Intuition
Transposing a matrix turns its rows into columns: the first row becomes the first column, the second row the second column, and so on. On the page it is a reflection of the block across its main diagonal.
A timetable with the days across the top can be reprinted with the days down the side. Nothing in it changes except the direction in which it is read.
The transpose
The transpose of an matrix is the matrix whose row is column of . A square matrix equal to its own transpose is symmetric, and one equal to the negative of its transpose is skew-symmetric. A vector written in a sentence stands for a column, and its transpose is the same numbers written as a row.
Rules for the transpose
- , and .
The transpose of a product
Compare entry of the two sides. On the left it is entry of : row of against column of . On the right it is row of against column of , which is column of against row of — the same products, added in the same way.
Proof steps
Transposing moves entry into position .
The row–column rule: row of against column of .
Real numbers commute, and each factor is an entry of a transpose read with its indices swapped.
That sum is row of against column of : the row–column rule for .
Every entry agrees, and the two sides have the same shape.
Applications
Practice
Rows Become Columns
Write the first row of down the first column of , the second row down the second column, and so on. An matrix becomes .
Try it
What is the transpose of ?
Try it
Select the entry of that becomes the entry in row 1, column 3 of .
Try it
is . What shape is ?
The Order Reverses
Transposing a product transposes each factor and reverses their order. It is the rule for undoing two steps: the last one taken is the first one undone.
Try it
For all matrices and for which is defined, .
Try it
Let and . What is the entry in row 1, column 2 of ?
Symmetric Matrices
A square matrix is symmetric when it equals its own transpose. Entry by entry this says : every entry equals the one in its mirror position across the main diagonal, and the diagonal itself can be anything.
Try it
Which matrix is symmetric?
Try it
For which is symmetric?
Try it
Every skew-symmetric matrix has only zeros on its main diagonal.
Try it
is any matrix. What can be said about ?
Transpose and Inverse
If is invertible, transposing gives , and the other product works the same way. So is invertible, and its inverse is the transpose of .
Try it
is invertible and . What is ?
Try it
Select every entry of that stays in the same position when is transposed.
What You Learned
- : rows become columns, and an matrix becomes .
Final checkpoint
Try it
is and is . Which expression equals ?
Try it
If and are symmetric matrices of the same order, then is symmetric.
Try it
If and are symmetric matrices of the same order, then is symmetric.
Completion
Lesson complete
Great work! You now know how to:
- transpose a matrix and locate the entries of a transpose;
- use and ;