Reverse Order Law for the Transposition of Matrices
We have covered matrix transposition in a previous lesson, but now that we know about matrix multiplication, we can learn about an important rule when transposing the product of two matrices.
Generally, the following holds for two conformable matrices and :
As you can see, we had to swap the order of and in the multiplication.
Proof
If you’re interested, here is the proof for this.
Let be the number of columns in matrix and the number of rows in matrix .
By the definition of matrix transposition and matrix multiplication, we get that for each row and column
Since and are scalars, their multiplication is commutative, so
By the definition of matrix transposition we have that
Finally, by the definition of matrix multiplication we have that
We have just shown that for all rows and columns . That must mean that it also holds for the entire matrix. That is,
Thus, the transpose of a product always reverses the order of the factors.
Multiplying by the Transpose
From what we proved above, another interesting fact about matrices can be deduced.
For any matrix , the products and are always symmetric matrices.
More formally, for any matrix ,
and
We can prove this using the reverse order law of transposition that we proved above. According to the reverse order law,
Then,
The same can be said for