☕ biscuits in teaMathematicsLinear Transformations: Functions That Respect Geometry↑ Top
Essay

Linear Transformations: Functions That Respect Geometry

See matrices as machines that transform entire grids rather than as rectangular tables of numbers.

A matrix becomes far easier to understand when we stop staring at its entries and ask:

What does this matrix do to space?

A linear transformation TT respects addition and scaling:

T(u+v)=T(u)+T(v),T(αu)=αT(u).T(u+v)=T(u)+T(v),\qquad T(\alpha u)=\alpha T(u).
A square grid transformed into a sheared grid.
A linear map moves every point coherently. Straight grid lines remain straight and the origin stays fixed.

The columns tell the whole story

For

A=[abcd],A= \begin{bmatrix} a&b\\ c&d \end{bmatrix},

the first column is Ae1Ae_1 and the second is Ae2Ae_2.

Because every vector is a combination of e1,e2e_1,e_2, linearity determines what happens everywhere else.

Standard basis vectors mapped to two new basis vectors by a matrix.
Know where the basis vectors go and you know where the whole plane goes.

Composition becomes multiplication

If AA acts first and BB second,

xAxB(Ax)=(BA)x.x\mapsto Ax\mapsto B(Ax)=(BA)x.

Matrix multiplication is therefore composition of geometric machines.

That interpretation makes the order BABA feel natural rather than arbitrary.