We've seen that a matrix transforms a vector. Now we ask the next logical question: what happens if we apply two transformations one after another?
This is the entire essence of matrix-matrix multiplication. It is not just an arbitrary set of rules for multiplying numbers in a grid; it is the act of composing functions—creating a single, new transformation that represents the combined effect of two separate transformations.