Encyclopedia > Identity matrix

  Article Content

Identity matrix

In linear algebra, the identity matrix is a matrix which is the identity element under matrix multiplication. That is, multiplication of any matrix by the identity matrix (where defined) has no effect. The ith column of an identity matrix is the unit vector ei

Since matrices can only be multiplied if their sizes are compatible, there are identity matrices for each size. In, the identity matrix of size n is defined as a diagonal matrix with 1 in every entry of its main diagonal. Thus:

  <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>

Using the notation that is sometimes used to concisely describe diagonal matrices, it is:

<math> I_n = diag(1,1,...,1) </math>

If the size is immaterial, or can be trivially determined by the context, it can be written simply as I.

It can also be written using the Kronecker delta notation:

<math>I_{ij} = \delta_{ij}</math>
or even more simply,
<math>I = (\delta_{ij})</math>



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Digital Rights Management

... data on the DVD is encrypted so that it can only be decoded and viewed using an encryption key, which the DVD Consortium kept secret. In order to gain access to the key, ...

 
 
 
This page was created in 22.3 ms