Summarize this article:
111 LearnersLast updated on November 14, 2025

A matrix is any rectangular arrangement of numbers. Matrices are usually rectangular, but they can also be square. A null matrix has all its elements equal to zero. Hence, it is also known as the zero matrix. The number of rows and columns in a matrix represents the size of the matrix. This article discusses null matrix, its properties, and applications.
In a null matrix, all the elements are zeros. It is represented by “0”. The null matrix can be a square or a rectangular matrix. For example, \(A = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \) The zero matrix acts as the additive identity for matrices. This means that if we add a zero matrix to any matrix of the same order, it results in the original matrix (A + 0 = A).
The rank of a zero matrix is the number of linearly independent rows or columns in the matrix. In a zero matrix, none of the rows or columns are linearly independent, so the rank of a zero matrix is always zero. This is because the column space or row space of a zero matrix contains only the zero vector, meaning it has no dimension.
The nullity of a matrix is the number of independent solutions to the equation Ax = 0. It’s equal to the number of columns minus the rank of the matrix.
In this section, we will learn how to add null matrices. When a matrix A of the order m × n is added to a zero matrix of the same order, the sum is always matrix A. It can be represented as A + 0 = 0 + A = A.
For example, adding A and B
\(A = \begin{bmatrix} 2 & 9 \\ 5 & 4 \end{bmatrix} \quad\text{and}\quad B = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \)
\(A + B = \begin{bmatrix} 2 & 9 \\ 5 & 4 \end{bmatrix} + \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \)
\(= \begin{bmatrix} 2 + 0 & 9 + 0 \\ 5 + 0 & 4 + 0 \end{bmatrix} \)
\(= \begin{bmatrix} 2 & 9 \\ 5 & 4 \end{bmatrix} \)
To multiply a null matrix, apply the zero property of multiplication: When multiplying a matrix by zero, it results in a zero matrix.
For example
\(M = \begin{bmatrix} 1 & 3 \\ 2 & 4 \end{bmatrix} \quad \text{and} \quad N = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \)
\(M \times N = \begin{bmatrix} 1 & 3 \\ 2 & 4 \end{bmatrix} \times \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \)
\(M \times N = \begin{bmatrix} 1 \times 0 & 3 \times 0 \\ 2 \times 0 & 4 \times 0 \end{bmatrix} \)
\(\begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \)
The properties of zero matrix are used in matrix operations such as addition and multiplication. Here are some properties of null matrix.
Students often get confused with the null matrix and make errors when working with them. In this section, we will discuss some common mistakes and the ways to avoid them in null matrix.
Null matrices have many real-life applications in various fields like engineering and computer imagery. Given below are a few examples where null matrices are used:
Give an example 4 × 3 zero matrix?
\(\begin{bmatrix} 0 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{bmatrix} \)
a 4 × 3 matrix has 4 rows and 3 columns, and all the elements in a zero matrix are 0.
Add M = 00 00 and N = 13 46
\(M + N = \begin{bmatrix} 3 & 6 \\ 1 & 4 \end{bmatrix} \)
Given, M = 00 00 and N = 13 46
\(M + N = \begin{bmatrix} 0 + 3 & 0 + 6 \\ 0 + 1 & 0 + 4 \end{bmatrix} \) \(= \begin{bmatrix} 3 & 6 \\ 1 & 4 \end{bmatrix} \)
Find the product of A = 14 28 and B = 00 00
\(A \cdot B = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \)
Given,
\(A = \begin{bmatrix} 4 & 8 \\ 1 & 2 \end{bmatrix} \qquad B = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \)
\(A \cdot B = \begin{bmatrix} 0 \times 4 & 0 \times 8 \\ 0 \times 1 & 0 \times 2 \end{bmatrix} \)
\(A \cdot B = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \)
Add M = 00 00 and N = 16 25
\(M + N = \begin{bmatrix} 6 & 5 \\ 1 & 2 \end{bmatrix} \)
\(M + N = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} + \begin{bmatrix} 6 & 5 \\ 1 & 2 \end{bmatrix} \)
\(= \begin{bmatrix} 0 + 6 & 0 + 5 \\ 0 + 1 & 0 + 2 \end{bmatrix} = \begin{bmatrix} 6 & 5 \\ 1 & 2 \end{bmatrix} \)
Is P = 00 01 a null matrix?
No, P is not a null matrix
P is not a null matrix, because it has non-zero elements.
Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.
: He loves to play the quiz with kids through algebra to make kids love it.






