Linear function
Appearance
If V and W are vector spaces over the scalar field K (e.g., either the real numbers R or the complex numbers C), we call a function
- L : V -> W
a linear function if
- L(ax + by) = a L(x) + b L(y)
for all x and y in V and all scalars a and b in K.
Linear algebra treats such functions.