Inline videos. See also:Category: Articles with embedded Videos..

Identity matrix

From Biocrawler, the free encyclopedia.

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.

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}

The important property of In is that

AIn = A   and   InB = B

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

The ith column of an identity matrix is the unit vector ei. Using the notation that is sometimes used to concisely describe diagonal matrices, we can write:

In = diag(1,1,...,1)

It can also be written using the Kronecker delta notation:

(In)ij = δijes:Matriz identidad

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

Wikipedia (http://en.wikipedia.org/wiki/Main_Page) Identity_matrix (http://en.wikipedia.org/wiki/Identity_matrix) version history (http://en.wikipedia.org/w/index.php?title=Identity_matrix&action=history) GNU Free Documentation Lizenz (http://en.wikipedia.org/wiki/Wikipedia:Text_of_the_GNU_Free_Documentation_License) CC-by-sa (http://creativecommons.org/licenses/by-sa/2.5/)

Personal tools
Google Search
Google
Web
biocrawler.com

 
In other languages