Linear - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


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