Linear - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

define/linear

define characteristics of a Linear operator

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

define(L, linear)

Parameters

L

-

name of the linear operator being defined

Description

• 

define/linear sets up a definition of L which allows simplification and evaluation.

• 

The properties of a linear operator are:

LK1a+K2b=K1La+K2Lb

LK3=K3L1

for anyconstantsK1,K2andK3

Examples

defineL,linear

L5

5L1

(1)

L3x+z

3Lx+Lz

(2)

Lπ

Lπ

(3)

See Also

define

 


Download Help Document