Identity Matrices

Identity matrices are matrices that perform no transformation upon multiplication. Identity matrices are a special type of diagonal matrices where the diagonal is all ones (1).

Example

$$ \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \\ \end{bmatrix} $$