5.3 Linear maps
We’ve looked at linear functions several times now to get a concrete idea of how they work. We must generalize this idea for vector spaces.
Let U and V be vector spaces over the same field F. The function L: U → V is a linear map
- if u1 and u2 are in U then L(u1 + u2) = L(u1) + L(u2), and
- if a1 is in F then L(a1 u1) = a1 L(u1).
In particular, for a2 also in F we have
L(a1 u1 + a2 u2) = a1 L(u1) + a2 L(u2).
When U = V we also say L is a linear transformation of U or a linear operator on U. All linear transformations on R2 look like
(x, y) ↦ (ax + by, cx + dy)
using Cartesian coordinates and a, b, c, d, x, and y in R. This is interesting because the linear transformations on R1 all look like the somewhat trivial (x) ↦ (ax). To take it further, the linear transformations on R3 look like the messy
(x,y,z) ↦ (ax + by...