logo

Identity Matrix, Unit Matrix 📂Matrix Algebra

Identity Matrix, Unit Matrix

Definition

A diagonal matrix of size n×nn\times n with all diagonal elements being 11 is called an identity matrix or unit matrix, denoted as InI_{n} or In×nI_{n\times n}.

In×n=[100010001] I_{n\times n}= \begin{bmatrix} 1 & 0 & \cdots & 0 \\ 0 & 1 & \cdots & 0 \\ \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & \cdots & 1 \end{bmatrix}

Description

The identity matrix is the identity element for matrix multiplication. This means that for any n×nn\times n matrix AA, the following equation holds:

InA=A=AIn I_{n}A=A=AI_{n}

Properties

Determinant

Since the identity matrix is a diagonal matrix, its determinant is 11.

detI=1 \det I = 1