Algebra
Textbooks
Boundless Algebra
Matrices
Introduction to Matrices
Algebra Textbooks Boundless Algebra Matrices Introduction to Matrices
Algebra Textbooks Boundless Algebra Matrices
Algebra Textbooks Boundless Algebra
Algebra Textbooks
Algebra
Concept Version 12
Created by Boundless

The Identity Matrix

The identity matrix $[I]$ is defined so that $[A][I]=[I][A]=[A]$, i.e. it is the matrix version of multiplying a number by one.

Learning Objective

  • Recognize the properties of the identity matrix


Key Points

    • For any square matrix, its identity matrix is a diagonal stretch of $1$s going from the upper-left-hand corner to the lower-right, with all other elements being $0$.
    • Non-square matrices do not have an identity. That is, for a non-square matrix $[A]$, there is no matrix such that $[A][I]=[I][A]=[A]$.
    • Proving that the identity matrix functions as desired requires the use of matrix multiplication.

Terms

  • matrix

    A rectangular arrangement of numbers or terms having various uses such as transforming coordinates in geometry, solving systems of linear equations in linear algebra and representing graphs in graph theory.

  • identity matrix

    A diagonal matrix all of the diagonal elements of which are equal to $1$, the rest being equal to $0$.


Full Text

The number $1$ has a special property: when multiplying any number by $1$, the result is the same number, i.e. $5 \cdot 1 = 5$.  This idea can be expressed with the following property as an algebraic generalization: $1x=x$.  The matrix that has this property is referred to as the identity matrix.

Definition of the Identity Matrix

The identity matrix, designated as $[I]$, is defined by the property: 

$\displaystyle [A][I]=[I][A]=[A]$.

Note that the definition of [I][I] stipulates that the multiplication must commute, that is, it must yield the same answer no matter in which order multiplication is done.

This stipulation is important because, for most matrices, multiplication does not commute.

What matrix has this property? A first guess might be a matrix full of $1$s, but that does not work:

$\displaystyle \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} \begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix} = \begin{pmatrix} 3 & 3 \\ 7 & 7 \end{pmatrix}$ 

So $\begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix}$ is not an identity matrix.

The matrix that does work is a diagonal stretch of $1$s, with all other elements being $0$.

$\displaystyle \begin{pmatrix} 1 & 3 \\ 2 & 4 \end{pmatrix} \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} 1 & 3 \\ 2 & 4 \end{pmatrix}$

So $\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}$ is the identity matrix for $2 \times 2$ matrices.

For a $3 \times 3$ matrix, the identity matrix is a $3 \times 3$ matrix with diagonal $1$s and the rest equal to $0$:

$\displaystyle \begin{pmatrix} 2 & \pi & -3 \\ 5 & -2 & \frac 12 \\ 9 & 8 & 8.3 \end{pmatrix} \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} = \begin{pmatrix} 2 & \pi & -3 \\ 5 & -2 & \frac 12 \\ 9 & 8 & 8.3 \end{pmatrix}$

So $\begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}$ is the identity matrix for $3 \times 3$ matrices.

It is important to confirm those multiplications, and also confirm that they work in reverse order (as the definition requires). 

There is no identity for a non-square matrix because of the requirement of matrices being commutative. For a non-square matrix $[A] $ one might be able to find a matrix $[I]$ such that $[A][I]=[A]$, however, if the order is reversed then an illegal multiplication will be left. The reason for this is because, for two matrices to be multiplied together, the first matrix must have the same number of columns as the second has rows.

[ edit ]
Edit this content
Prev Concept
Matrix Multiplication
Matrix Equations
Next Concept
Subjects
  • Accounting
  • Algebra
  • Art History
  • Biology
  • Business
  • Calculus
  • Chemistry
  • Communications
  • Economics
  • Finance
  • Management
  • Marketing
  • Microbiology
  • Physics
  • Physiology
  • Political Science
  • Psychology
  • Sociology
  • Statistics
  • U.S. History
  • World History
  • Writing

Except where noted, content and user contributions on this site are licensed under CC BY-SA 4.0 with attribution required.