Matrix multiplication represents composition because AB applies B first and then applies A to the result. The identity ( AB )c = A( B c ) shows that the single matrix AB produces exactly the same output as the two transformations performed in sequence.
This chapter takes the basic definition of matrix multiplication and develops its main structural consequences.
The chapter uses these consequences to connect algebraic rules, composition of maps and geometric interpretation.
It is associative because both ( A B ) C and A ( B C ) act the same way on every column of C. Once we know that ( A B ) c = A ( B c ) for every vector c, the equality extends column by column to any matrix C.
The PDF is a single document. The page links below are best-effort: most browsers support them, but some viewers may ignore the page hint.
The transpose swaps rows with columns, so the row–column pairing in AB becomes the row–column pairing in Bᵀ Aᵀ. That is why (A B)ᵀ equals Bᵀ Aᵀ rather than Aᵀ Bᵀ.