identity matrix
Identity matrix
For any positive integer \[n\], the \[n\times n\] identity matrix \[I_{n}\] is defined by:
Properties
If \[A\] is a matrix with \[n\] rows then \[I_{n}A=A\]. Similarly, if \[A\] is a matrix with \[n\] columns, then \[AI_{n}=A\].
To prove the first statement, let \[A\] be a \[n\times p\] matrix. We need to show that for \[1\le i\le n\] and \[1\le j\le p\], the entry in the \[i\]th row and \[j\]th column of the product \[I_{n}A\] is equal to the entry in the \[i\]th row and \[j\]-th column of \[A\].
Therefore, \[(I_{n}A)_{ij}=A_{ij}\] for all \[i\] and \[j\], which implies that \[I_{n}A\] and \[A\] have the same entries in each position. Then \[I_{n}A=A\].
The proof for the second statement is similar.