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:
L⁡K1⁢a+K2⁢b=K1⁢L⁡a+K2⁢L⁡b
L⁡K3=K3⁢L⁡1
for any⁢constants⁢K1,K2⁢and⁢K3
define⁡L,linear
L⁡5
5⁢L⁡1
L⁡3⁢x+z
3⁢L⁡x+L⁡z
L⁡π
See Also
define
Download Help Document