A composition is a product of two matrices
- has the geometric meaning of applying one transform, then another
When you take the product of you’re applying the matrix on the right to and first, this stems from function notation
The first column of the resulting matrix will always equal the left matrix, times the first column of the right matrix
Likewise, the second column of the resulting matrix will always equal the left matrix, times the second column of the right matrix
Btw, the order the matrices are multiplied in matters.
(ch. 4)