define/linear
define characteristics of a Linear operator
Calling Sequence
Parameters
Description
Examples
define(L, linear)
L
-
name of the linear operator being defined
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
defineL,linear
L5
5L1
L3x+z
3Lx+Lz
Lπ
See Also
define
Download Help Document