In linear algebra, the identity matrix of size n {\displaystyle n} is the n × n {\displaystyle n\times n} square matrix with ones on the main diagonal and zeros elsewhere. It has unique properties; for example when the identity matrix represents a geometric transformation, the object remains unchanged by the transformation. In other contexts, it is analogous to multiplying by the number 1.
Terminology and notation The identity matrix is often denoted by I n {\displaystyle I_{n}} , or simply by I {\displaystyle I} if the size is immaterial or can be trivially determined by the context.
I 1 = [ 1 ] , I 2 = [ 1 0 0 1 ] , I 3 = [ 1 0 0 0 1 0 0 0 1 ] , … , I n = [ 1 0 0 ⋯ 0 0 1 0 ⋯ 0 0 0 1 ⋯ 0 ⋮ ⋮ ⋮ ⋱ ⋮ 0 0 0 ⋯ 1 ] . {\displaystyle I_{1}={\begin{bmatrix}1\end{bmatrix}},\ I_{2}={\begin{bmatrix}1&0\\0&1\end{bmatrix}},\ I_{3}={\begin{bmatrix}1&0&0\\0&1&0\\0&0&1\end{bmatrix}},\ \dots ,\ I_{n}={\begin{bmatrix}1&0&0&\cdots &0\\0&1&0&\cdots &0\\0&0&1&\cdots &0\\\vdots &\vdots &\vdots &\ddots &\vdots \\0&0&0&\cdots &1\end{bmatrix}}.}
The term unit matrix has also been widely used, but the term identity matrix is now standard. The term unit matrix is ambiguous, because it is also used for a matrix of ones and for any unit of the ring of all n × n {\displaystyle n\times n} matrices. In some fields, such as group theory or quantum mechanics, the identity matrix is sometimes denoted by a boldface one, 1 {\displaystyle \mathbf {1} } , or called "id" (short for identity). Less frequently, some mathematics books use U {\displaystyle U} or E {\displaystyle E} to represent the identity matrix, standing for "unit matrix" and the German word Einheitsmatrix respectively. In terms of a notation that is sometimes used to concisely describe diagonal matrices, the identity matrix can be written as
I n = diag ( 1 , 1 , … , 1 ) . {\displaystyle I_{n}=\operatorname {diag} (1,1,\dots ,1).}
The identity matrix can also be written using the Kronecker delta notation:
( I n ) i j = δ i j . {\displaystyle (I_{n})_{ij}=\delta _{ij}.}
Properties When A {\displaystyle A} is an m × n {\displaystyle m\times n} matrix, it is a property of matrix multiplication that
… excerpt ends here. Continue reading the full article.


