71. Composition of Linear Transformations

For two linear transformations and , the composition applies first, then :

The composition of two linear transformations is itself linear:

Additivity:

Homogeneity: same argument with scalar pulled through.

71.1. Composition ↔ matrix multiplication

If has matrix () and has matrix (), then:

So composition corresponds to matrix multiplication — with the matrices in reverse order (the transformation applied first sits on the right):

This single observation is the entire reason matrix multiplication is defined the way it is.

71.2. Properties of composition

71.3. See also