If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Intro to zero matrices

Learn what a zero matrix is and how it relates to matrix addition, subtraction, and scalar multiplication.

What you should be familiar with before taking this lesson

A matrix is a rectangular arrangement of numbers into rows and columns.
The dimensions of a matrix give the number of rows and columns of the matrix in that order. Since matrix A has 2 rows and 3 columns, it is called a 2×3 matrix.
If this is new to you, you might want to check out our intro to matrices. You should also make sure you know how to add and subtract matrices and how to multiply a matrix by a scalar.

Definition of zero matrix

A zero matrix is a matrix in which all of the entries are 0. Some examples are given below.
3×3 zero matrix: O3×3=[000000000]
2×4 zero matrix: O2×4=[00000000]
A zero matrix is indicated by O, and a subscript can be added to indicate the dimensions of the matrix if necessary.
Zero matrices play a similar role in operations with matrices as the number zero plays in operations with real numbers. Let's take a look.

Investigation: What happens when we add a zero matrix?

Recall that to add two matrices, we simply add the corresponding entries.
Now try the following matrix addition problems. Notice that each problem involves the sum of a matrix and a zero matrix.
1)
[4513]+[0000]=

2)
[000000]+[234817]=

The conclusion

When we add the m×n zero matrix to any m×n matrix A, we get matrix A back. In other words, A+O=A and O+A=A.
Here the dimensions of the zero matrix are not explicitly given. It is understood that the dimensions of the zero matrix match the dimensions of matrix A.

Reflection question

What are the dimensions of the zero matrix in the equation B+O=B given that B=[256818]?
  • Your answer should be
  • an integer, like 6
  • a simplified proper fraction, like 3/5
  • a simplified improper fraction, like 7/4
  • a mixed number, like 1 3/4
  • an exact decimal, like 0.75
  • a multiple of pi, like 12 pi or 2/3 pi
×
  • Your answer should be
  • an integer, like 6
  • a simplified proper fraction, like 3/5
  • a simplified improper fraction, like 7/4
  • a mixed number, like 1 3/4
  • an exact decimal, like 0.75
  • a multiple of pi, like 12 pi or 2/3 pi

Investigation: What happens when we add opposite matrices?

The opposite of a matrix A is the matrix A, where each element in this matrix is the opposite of the corresponding element in matrix A.
For example, if A=[4162], then A=[4162].
Now try the following matrix addition problems. Notice that each problem involves the sum of a matrix and its opposite.
3)
[4387]+[4387]=

4)
[425132]+[425132]=

The conclusion

When we add any m×n matrix to its opposite, we get the m×n zero matrix. So if A is any matrix, then A+(A)=O and A+A=O.
It is also true that AA=O. This is because subtracting a matrix is like adding its opposite.

Investigation: What happens when we multiply a matrix by the scalar 0?

When we multiply a matrix by a scalar, each entry in the matrix is multiplied by the given scalar.
Now try the following matrix scalar multiplication problems. Notice that each problem involves multiplying a matrix by the scalar 0.
5)
0[5491]=

6)
0[2410715342]=

The conclusion

When we multiply any m×n matrix by the scalar 0, we get the m×n zero matrix.
Mathematically, this means that 0A=O.

Summary: Comparing the zero matrix to the real number zero

In the investigations above, we saw that a zero matrix behaves much like the real number zero.
In particular, we can make the following connections:
The number zeroThe zero matrix
Adding zero to any number a gives back that number a. (eg. a+0=a)Adding a zero matrix to any matrix A gives back the matrix A. (eg. A+O=O+A=A)
Adding any number to its opposite will give zero. (eg. a+(a)=0)Adding any matrix to its opposite will give a zero matrix. (e.g. A+(A)=O)
Any number times zero is zero. (e.g a0=0).Scalar multiplication of a matrix by 0 will give a zero matrix. (eg. 0A=O)
Understanding these connections can help make matrix calculations involving a zero matrix much easier!

Want to join the conversation?