Composition of Linear Transformations
Definition
Intuition
What happens if we try a transformation? Lets say we rotate a vector by 90 degrees and then shear a vector. That means we first apply the rotation, then the shear afterwards:
But we can multiply the matrices first instead, so
which will yield the same result.
As we can see, matrix multiplication is the same as the composition of linear transformations.
Important
Recall that matrix multiplication is NOT commutative, and recall the intuition that was presented. Remember to "read" the transformations from right to left.
Theorem
Example
Let
Since
Thus,