Transpose of a Matrix
Another important operation on matrices is that of taking the transpose. For a matrix , we denote the transpose of by . Before formally defining the transpose, we explore this operation on the following matrix.
What happened? The first column became the first row and the second column became the second row. Thus the matrix became a matrix. The number was in the first row and the second column and it ended up in the second row and first column.
The definition of the transpose is as follows.
The -entry of becomes the -entry of .
We will prove Property item:matrixtranspose1. The remaining properties are left as exercises.
- Proof of Property item:matrixtranspose1:
- Note that and have compatible dimensions, so that
is defined and has dimensions . Thus, has dimensions . On the right side of
the equality, has dimensions , and has dimensions . Therefore is defined and
has dimensions . Now we know that and have the same dimensions.
To show that we need to show that their corresponding entries are equal. Recall that the -entry of is given by the dot product of the row of and the column of . The same dot product is also the -entry of .
The -entry of is given by the dot product of the row of and the column of . But the row of is has the same entries as the column of , and the column of has the same entries as the row of . Therefore the -entry of is also equal to the -entry of .
Thus, the corresponding components of are equal and we conclude that .
The transpose of a matrix is related to other important topics. Consider the following definition.
We will explore these definitions in the following examples.
Each entry of is equal to times the same entry of . Hence, and so by Definition def:symmetricandskewsymmetric, is skew symmetric.
A special case of a symmetric matrix is a diagonal matrix. A diagonal matrix is a square matrix whose entries outside of the main diagonal are all zero. The identity matrix is a diagonal matrix. Here is another example.
Practice Problems
Text Source
The text in this section is an adaptation of Section 2.1 of Ken Kuttler’s A First Course in Linear Algebra. (CC-BY)
Ken Kuttler, A First Course in Linear Algebra, Lyryx 2017, Open Edition, p. 68-70.