A matrix is a machine that transforms space
Every matrix defines a function by
This is a linear map: and . Linearity is not an assumption — it falls straight out of matrix multiplication.
Geometrically, takes every vector in and lands it somewhere in . The entire input space gets transformed at once:
- A matrix rotates, reflects, stretches, or shears the plane.
- A matrix embeds a plane into 3-D space.
- A matrix collapses 3-D space onto a line.
The columns of are the key: — just a linear combination of the columns of , weighted by the entries of .
