Resources For Teachers For Tutors For Students & Parents Pricing
Pre-Calculus Matrices

Identity and zero matrices

20 practice questions 0 video lessons Theory + worked examples

Identity and Zero Matrices

Common Core Pre-Calculus • Standard N-VM.10 • Matrices

Identity and Zero Matrices is a topic in Matrices in the Common Core State Standards. It is aligned to Standard N-VM.10, which requires students to understand the role of the zero and identity matrices in matrix operations.

The identity matrix \(I\) (ones on the diagonal) leaves a matrix unchanged under multiplication, and the zero matrix leaves it unchanged under addition.

Common Core Pre-Calculus › Matrices › Identity and Zero Matrices  —  Standard N-VM.10

Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

Two special matrices behave like the numbers \(1\) and \(0\):

  • Identity matrix \(I\): square, with \(1\)s on the main diagonal and \(0\)s elsewhere. It satisfies \(AI=IA=A\).
  • Zero matrix \(O\): all entries \(0\). It satisfies \(A+O=A\) and \(AO=O\).
The identity is the key to inverses. An inverse \(A^{-1}\) is defined by \(AA^{-1}=I\).
Identity and zero matrices The identity matrix has ones on the diagonal and zeros elsewhere; the zero matrix has all zeros. identity I 1 0 0 1 zero O 0 0 0 0
The \(2\times 2\) identity and zero matrices.
Roles Roles Roles AI = IA = A A + O = A AO = O
Their defining roles.

The identity and zero properties:

\[AI=IA=A,\qquad A+O=A,\qquad AO=OA=O\]
A times the identity is A; A plus the zero matrix is A; A times the zero matrix is the zero matrix
Only square matrices have an identity of the matching size.

How to use these matrices

  1. Identity: multiply by \(I\) to leave a matrix unchanged.
  2. Zero: add \(O\) to leave a matrix unchanged.
  3. Build \(I_n\): place \(1\)s down the diagonal, \(0\)s elsewhere.
  4. Recognize \(AA^{-1}=I\) when defining inverses.
Example 1 — Multiply by the identity
Compute \(\begin{bmatrix}3&5\\2&7\end{bmatrix}\begin{bmatrix}1&0\\0&1\end{bmatrix}\).
Solution

The identity leaves the matrix unchanged.

\[=\begin{bmatrix}3&5\\2&7\end{bmatrix}\]
the product is the original matrix
Example 2 — Add the zero matrix
Compute \(\begin{bmatrix}4&-1\\0&6\end{bmatrix}+\begin{bmatrix}0&0\\0&0\end{bmatrix}\).
Solution

Adding the zero matrix changes nothing.

\[=\begin{bmatrix}4&-1\\0&6\end{bmatrix}\]
the sum is the original matrix
Example 3 — The 3×3 identity
Write the \(3\times 3\) identity matrix.
Solution

Ones on the main diagonal, zeros elsewhere.

\[I_3=\begin{bmatrix}1&0&0\\0&1&0\\0&0&1\end{bmatrix}\]
the 3 by 3 identity has ones on the diagonal
Example 4 — Why the identity matters
What role does \(I\) play like the number 1?
Solution

Just as \(1\cdot x=x\), the identity satisfies \(AI=IA=A\) — it is the multiplicative identity for matrices, central to defining inverses.

\(AI\)\(=\)\(A\)
the identity acts like the number 1 for matrices

Common pitfalls

The identity is square. There is a different \(I_n\) for each size.
\(I\) has \(1\)s only on the main diagonal, not everywhere.
The zero matrix isn't the number 0. It must match the size for addition.

Frequently asked questions

What is the identity matrix?

A square matrix with \(1\)s on the main diagonal and \(0\)s elsewhere; it satisfies \(AI=IA=A\).

What is the zero matrix?

A matrix of all zeros; adding it leaves any matrix unchanged, and it acts like 0 under addition.

Why is the identity matrix important?

It is the multiplicative identity, and inverses are defined by \(AA^{-1}=I\).

Does every matrix have an identity?

The identity is square; each size \(n\) has its own \(I_n\) that works with \(n\times n\) matrices.