Identity matrix

From Free net encyclopedia

(Redirected from Unit matrix)

In linear algebra, the identity matrix of size n is the n-by-n square matrix with ones on the main diagonal and zeros elsewhere. It is denoted by In, or simply by I if the size is immaterial or can be trivially determined by the context.

<math>

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} ,\ \cdots ,\ I_n = \begin{bmatrix} 1 & 0 & \cdots & 0 \\ 0 & 1 & \cdots & 0 \\ \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & \cdots & 1 \end{bmatrix} </math>

The important property of <math>I_n</math> is that

<math>AI_n = A</math>   and   <math>I_nB = B</math>

whenever these matrix multiplications are defined. In particular, the identity matrix serves as the unit of the ring of all n-by-n matrices, and as the identity element of the general linear group GL(n) consisting of all invertible n-by-n matrices. (The identity matrix itself is obviously invertible, being its own inverse.)

Where n-by-n matrices are used to represent linear transformations from an n-dimensional vector space to itself, In represents the identity function, regardless of the basis.

The ith column of an identity matrix is the unit vector ei. The unit vectors are also the eigenvectors of the identity matrix, all corresponding to the eigenvalue 1, which is therefore the only eigenvalue and has multiplicity n. It follows that the determinant of the identity matrix is 1 and the trace is n.

Using the notation that is sometimes used to concisely describe diagonal matrices, we can write:

<math> I_n = \mathrm{diag}(1,1,...,1) </math>

It can also be written using the Kronecker delta notation:

<math>(I_n)_{ij} = \delta_{ij}</math>

External links

cs:Jednotková matice de:Einheitsmatrix es:Matriz identidad fr:Matrice identité it:Matrice identità he:מטריצת היחידה nl:Eenheidsmatrix ja:単位行列 pl:Macierz jednostkowa ru:Единичная матрица sl:Enotska matrika sv:Identitetsmatris zh:單位矩陣