Basics of the identity matrix , zero matrix 零行列 れいぎょうれつ , and transpose 転置 てんち
1Introduction
The
The identity matrix represents doing nothing, the zero matrix collapses everything to the origin, and transpose exchanges the roles of rows and columns. Keeping these three roles separate makes inverse matrices, orthogonal matrices, symmetric matrices, and Hermitian matrices easier to read.
2Terms and definitions
The by identity matrix is the square matrix whose diagonal entries are and whose other entries are .
The zero matrix is the matrix whose entries are all . When the size is clear from context, we write simply .
For an matrix , the transpose is the matrix obtained by moving the entry in row , column to row , column .
3Intuitive explanation
The identity matrix is the linear map that returns every vector unchanged.
The zero matrix is the linear map that sends every vector to the zero vector.
Transpose does not discard information. It rearranges entries like a reflection across the main diagonal, turning information that was read as rows into information that can be read as columns. Therefore transpose is important when relating the
4Basic laws
When the sizes are compatible, the following identities hold.
The last identity reverses the order. This happens because the entries of are made from rows of and columns of ; after transposing, those roles are exchanged.
5What transpose changes and preserves
Transpose changes the number of rows and columns, the way row space and column space are viewed, and the order of multiplication. An matrix becomes an matrix.
Transpose also preserves several quantities. It preserves the total number of entries, and for square matrices it preserves the determinant.
It also preserves rank.
The determinant and rank identities are previews proved in later lectures. The main point needed in this page is that transpose exchanges rows and columns and reverses the order of products.
For this reason, many statements about rows can be transposed into statements about columns.
6Transpose and elementary row/column operations
An
After transposing, an operation from the left becomes an operation from the right.
Thus properties of row operations correspond to properties of column operations through transpose. This correspondence explains why row operations and column operations follow similar rules in determinant computations.
7Worked example: checking the reversed order under transpose
7.1Problem
For
verify .
7.2Explanation
First,
so
On the other hand,
and therefore
The two results agree. This example is meant to make the reversal of order under transpose visible with concrete numbers.
8Common misunderstandings
The symbol has a size. The zero matrix in and the zero matrix in may require different sizes.
The symbol also has a size. In and , the identity matrices on the two sides may have different sizes.
Transpose is not the inverse. In general, is not true. This identity holds only for special matrices such as orthogonal or unitary matrices.
9Final form
The identity matrix does nothing, the zero matrix sends everything to zero, and transpose exchanges rows and columns.
The especially important fact about transpose is that it reverses the order of multiplication.