GraphMath

More on matrix multiplication

Associativity, composition, transpose and consequences

Why does matrix multiplication represent composition?

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.

Key ideas

This chapter takes the basic definition of matrix multiplication and develops its main structural consequences.

  • Associativity follows by applying the vector identity ( A B ) c = A ( B c ) to each column of a matrix
  • The same column-wise definition also gives distributivity, scaling rules and the identity matrix
  • The product AB represents the composition “apply B, then apply A”
  • The transpose reverses multiplication order: (A B)ᵀ = Bᵀ Aᵀ
  • The adjoint identity ( A v ) · w = v · ( Aᵀ w ) links transpose to dot product and projection

The chapter uses these consequences to connect algebraic rules, composition of maps and geometric interpretation.

Why is matrix multiplication associative?

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.

Related chapters

Chapter contents

Why does transposing a product reverse the order?

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ᵀ.

Was this chapter helpful?

Quick feedback helps us improve the site.