Zero Matrix: Properties & Types

Jasmine Grover logo

Jasmine Grover

Education Journalist | Study Abroad Lead

A zero matrix or null matrix, is a matrix consisting entirely of zeros. A matrix, in general, is a structured arrangement of numbers in rows and columns. 

  • The dimensions of a matrix are determined by the count of its rows and columns, expressed as "m × n" for an "m by n" matrix. 
  • A "2 × 3" matrix, for еxamplе, contains two rows and thrее columns.
  • Matrices exhibit diverse classifications, including rectangular matrices, square matrices, triangular matrices, and symmetric matrices.

Read more: Matrix addition

Key Terms: Zero Matrix, Matrices, Null Matrix, Row, Column, Determinant, Diagonal Matrix, Scalar Matrix


Definition of Zero Matrix

[Click Here for Sample Questions]

A matrix that comprises solely zeros in all its elements is termed a zero matrix, or alternatively, a null matrix. 

  • The representation "O" is used to signify a zero matrix, which can possess an equal number of rows and columns
  • Making it square, or an unequal number of rows and columns. 
  • Adding a zero matrix to any other matrix of the same order results in the original matrix. 
  • Thus, the zero matrix serves as the additive identity in matrix operations.
  • In the matrix below, "m" represents the number of rows, and "n" represents the number of columns, defining the order of the zero matrix.

 \(0_{m,n} = \begin{bmatrix} 0 & 0 & \cdots & 0 \\ 0 & 0 & \cdots &0 \\ \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & \cdots & 0 \end{bmatrix}\)


Examples of Zero Matrices

[Click Here for Previous Year Questions]

Below are examples of zero matrices of different orders:

  • Zero matrix order 1 x 1 → A1,1 = [0]
  • Zero matrix of order 1 x 2 → A1,2 = [0, 0]
  • Zero matrix of order 2 x 1 → A2,1 = \(\begin{bmatrix}0 \\[0.3em] 0\end{bmatrix}\)
  • Zero matrix of order 2 x 2 → A2,2 = \(\begin{bmatrix}0 & 0\\[0.3em] 0 & 0\end{bmatrix}\)
  • Zero matrix of order 3 x 3 → A3,3 = \(\begin{bmatrix}0 & 0 & 0\\[0.3em] 0 & 0 & 0\\[0.3em] 0 & 0 & 0\end{bmatrix}\)

Read more: Scalars and Vectors


Types of Matrices

[Click Here for Sample Questions]

There are seven primary types of matrices, each with its own characteristics:

  1. Row Matrix: A matrix with a single row and multiple columns.
  2. Column Matrix: A matrix with a single column and multiple rows.
  3. A squarе matrix is onе that has thе samе numbеr of rows and columns as it doеs columns.
  4. Diagonal Matrix: A diagonal matrix is a squarе matrix in which all of thе еntriеs outsidе thе main diagonal arе zeros. 
  5. Scalar Matrix: In a scalar matrix, all the diagonal elements have the same value, making it a special type of diagonal matrix.
  6. Identity Matrix: A square matrix in which all the diagonal elements are ones and the rest are zeros.
  7. Zero Matrix: A matrix in which all the elements are zeros.

Properties of a Zero Matrix

[Click Here for Previous Year Questions]

The properties of a Zero Matrix include:

  1. A zеro matrix might havе an unеqual numbеr of rows and columns and can bе squarе or rеctangular. 
  2. The determinant of a zero matrix is always zero.
  3. Adding a zero matrix to any matrix A of the same order results in A itself.

A + O = O + A = A

  1. When a zero matrix is multiplied by a matrix A, the outcome is a zero matrix.

A × O = O × A = O

  1. Subtracting any matrix A from itself results in a zero matrix.

A - A = O

  1. The determinant of a zero matrix is always zero, indicating singularity.

Read more: Inverse function formula


Addition of Zero Matrix

[Click Here for Sample Questions]

Thе original matrix is obtainеd by adding a non-zеro matrix of ordеr m x n to a zеro matrix of thе samе order. 

  • Let's consider A as an m x n matrix and O as an m x n zero matrix. In this case, we have:

A + O = O + A = A

  • This property holds true because adding a zero matrix to any matrix does not change its values. 
  • Therefore, the sum of a non-zero matrix and a zero matrix of the same order will always be equal to the original matrix.

Examples

  • [1 3 2 4 ] + [0 0 0 0 ] = [1 3 2 4 ]

As shown in the example above, when a zero matrix is added to another matrix, it does not alter the identity or properties of the matrix. 

  • This property makes the zero matrices the additive identity for matrix addition.
  • Regardless of the size or order of the matrix, adding a zero matrix to it will result in the matrix retaining its original values.

Product of Two Zero Matrices

[Click Here for Previous Year Questions]

Whеn two non-zero matricеs arе multiplied togеthеr, a zеro matrix can bе obtainеd. 

  • This is similar to the concept of real numbers, where if the product of two numbers is zero, either one of the numbers must be zero.
  • If matrix A has rows with zero elements and matrix B (having the same order) has columns with zero elements, their multiplication will produce a zero matrix. 
  • Let's examine an example to better grasp this concept.

If A = [0 0 3 7 ] and B = [0 2 0 8 ] then AB is equal to:

AB = [0 0 3 7 ] x [0 2 0 8 ] = [0 0 0 0 ]

Note: 

It is important to understand that if the product of two matrices results in a zero matrix, it does not necessarily mean that one of the matrices involved is a zero matrix. 

  • This is because there can be other factors or combinations of values in the matrices that result in a zero matrix as the product. 
  • Therefore, when analyzing the product of matrices, it is essential to consider all elements 
  • Their interactions rather than assuming that a zero product implies the presence of a zero matrix.

Also Read:


Interesting Facts

[Click Here for Sample Questions]

Below are some interesting facts about Zero Matrix:

  1. A null matrix's dеtеrminant is always 0. 
  2. The determinant is a scalar value calculated using a square matrix.
  3. A null matrix is considered a singular matrix.
  4. A matrix with a determinant equal to zero is referred to as a null matrix.
  5. Null matrices behave similarly to the real number zero.
  6. The null matrix always has a rank of zero, indicating no independent rows or columns.
  7. A null matrix has no non-zero rows or columns, indicating the absence of independent rows or columns.

Things to Remember

  • A zero matrix, also known as a null matrix, is a type of matrix where all its elements are zeros.
  • Types of Matrices: Row Matrix, Column Matrix, Square Matrix, Diagonal Matrix, Scalar Matrix, Identity Matrix, Zero Matrix.
  • Adding a zero matrix to any matrix A of the same order results in A itself. A + O = O + A = A
  • Multiplying a zero matrix by any matrix A yields a matrix consisting entirely of zeros. A × O = O × A = O
  • When two non-zero matrices are multiplied together, it is possible to obtain a zero matrix.
  • The determinant of a null matrix is always 0.
  • The null matrix always has a rank of zero, indicating no independent rows or columns.

Previous Year Questions

  1. Nascent hydrogen consists of..
  2. In which of the following reactions the hydrogen peroxide acts as a reducing agent?..[JEE MAIN 2023]
  3. Major product of the following reaction is..[JEE MAIN 2023]
  4. The total current supplied to the circuit by the battery is...[AIEEE 2004]
  5. The reading of voltmeter in the circuit shown is….[Rajasthan PMT 2023]
  6. The oxidation of toluene to benzaldehyde by chromyl chloride is called...[NEET UG 1996]
  7. An aggregate fruit is one which develops from..[NEET UG 2014]
  8. The order of stability of the following carbocations..[JEE MAIN 2013]
  9. Complete hydrolysis of cellulose gives​...[BITSAT 2012]
  10. Which one among the following metals is the weakest reducing agent?..[JEE MAIN 2023]

Sample Questions

Ques. Can a zero matrix be classified as a square matrix? (1 Mark)

Ans. No, a zero matrix cannot be classified as a square matrix.

Ques. Can a zero matrix be considered a diagonal matrix? (2 Marks)

Ans. No, a zero matrix cannot be considered a diagonal matrix. A diagonal matrix has non-zero elements on its main diagonal, while the off-diagonal elements are zero. In contrast, a zero matrix has all its elements as zero, including both the main diagonal and the off-diagonal elements.

Ques. Are all zero matrices equal? (3 Marks)

Ans. Yes, all zero matrices are equal because they share the same fundamental characteristic, which is having all elements as zero. A zero matrix can have different sizes or dimensions, such as 2x2, 3x3, or any other order. However, regardless of the specific arrangement or number of rows and columns, all zero matrices have identical element values, which are zero. This uniformity in element values makes all zero matrices mathematically equivalent to each other. Thus, whether you compare a 2x2 zero matrix with another 2x2 zero matrix or a 3x3 zero matrix with another 3x3 zero matrix, they will always be equal because all their corresponding elements are zero.

Ques. What Is the Use of Null Matrix? (2 Marks)

Ans. The use of a null matrix lies in its role as the additive identity in matrix operations. When a null matrix is added to any other matrix, it preserves the original matrix's values, effectively resulting in the same matrix. This property allows for simplification and ease in mathematical operations involving matrices. The null matrix serves as a neutral element in matrix addition, similar to how the number zero acts as the neutral element in regular arithmetic addition. Its presence allows for consistent and convenient manipulation of matrices within various mathematical contexts.

Ques. Calculate the sum of A = \(\begin{bmatrix}24 & 45 \\[0.3em]33 & 55 \\[0.3em] \end{bmatrix}\) and B = \(\begin{bmatrix}20 & 30 \\[0.3em]10 & 40 \\[0.3em] \end{bmatrix}\). (2 Marks)

Ans. A + B = \(\begin{bmatrix}24+20 & 45+30 \\[0.3em]33+10 & 55+40 \\[0.3em] \end{bmatrix}\) = \(\begin{bmatrix}44 & 75 \\[0.3em]63 & 95 \\[0.3em] \end{bmatrix}\)

Ques. Given A = \(\begin{bmatrix}0 & 0\\[0.3em]3 & 7 \\[0.3em] \end{bmatrix}\) , B = \(\begin{bmatrix}0 & 3\\[0.3em]0 & 9 \\[0.3em] \end{bmatrix}\) What is the product of matrices A and B? (2 Marks)

Ans. AB = \(\begin{bmatrix}0 & 0\\[0.3em]0 & 0 \\[0.3em] \end{bmatrix}\)

Hence forms a null matrix.

Ques. What is the sum of A = [-48 677 21 55] and B = [0 0 0 0] ? (1 Mark)

Ans. A + B = [-48 677 21 55]

Ques. Let A = [1 2 3 1] , B = [1 4 3 -1]  (1 Mark)

Ans. Using the addition of matrices property, A + B = [1 2 3 1] + [1 4 3 -1] = [2 6 6 0]

Ques. Find the inverse of a matrix A = [1 -2 2 -3] . (3 Marks)

Ans. Using the formula of matrix inverse: A-1 = \(\frac{1}{a_{11}a_{22} - a_{12}a_{21}}\) [a22 -a12 -a21 a11]

The inverse of a matrix, denoted as A(-1), can be calculated using the inverse of the matrix formula as follows.

A-1= \(\frac{1}{(1\times -3)-(-2\times 2)}\) [-3 2 -2 1]

= \(\frac{1}{-3+4}\) [-3 2 -2 1]

= [-3 2 -2 1]

Ques. Calculate the sum of A = \(\begin{bmatrix}28 & -1\\[0.3em]-418 & -5 \\[0.3em] \end{bmatrix}\) and B = \(\begin{bmatrix}28 & -1\\[0.3em]418 & 5 \\[0.3em] \end{bmatrix}\). Name the type of matrix. (3 Marks)

Ans. A + B = \(\begin{bmatrix}0 & 0\\[0.3em]0 & 0 \\[0.3em] \end{bmatrix}\)

The resulting matrix consists solely of 0 elements, demonstrating that the product of a zero matrix and any matrix A is a matrix entirely composed of 0. Thus, it is a null matrix.

For Latest Updates on Upcoming Board Exams, Click Here: https://t.me/class_10_12_board_updates


Check-Out: 

CBSE CLASS XII Related Questions

  • 1.
    Find:

    The shortest distance between the lines: \[ \vec{r}=(4+\lambda)\hat{i}+(2\lambda-1)\hat{j}-3\lambda\hat{k} \] and \[ \vec{r}=(1+2\mu)\hat{i}+(4\mu-1)\hat{j}+(2-5\mu)\hat{k} \]


      • 2.
        If \( xy = e^{x - y} \), then find \( \frac{dy}{dx} \).


          • 3.
            Find a point on the line \( \frac{x - 2}{3} = \frac{1 - y}{2} = \frac{z - 3}{2} \) at a distance of \( \sqrt{2} \) units from the point \( (1, 2, 3) \).


              • 4.
                Find the vector and cartesian equations of the line passing through the point of intersection of the lines \( \vec{r} = (\hat{i} + \hat{j} - \hat{k}) + \lambda(3\hat{i} - \hat{j}) \) and \( \vec{r} = (4\hat{i} - \hat{k}) + \mu(2\hat{i} + 3\hat{k}) \) and parallel to the line \( \frac{x - 1}{-2} = \frac{7 - y}{-3} = z \).


                  • 5.
                    Find:

                    If the function \[ f(x)= \begin{cases} \frac{\sin x}{x}+\cos x, & x\neq0\\ k, & x=0 \end{cases} \] is continuous at \(x=0\), then find the value of \(k\).

                      • \(0\)
                      • \(-2\)
                      • \(-1\)
                      • \(2\)

                    • 6.

                      A carpenter needs to design a wooden box in the shape of a cuboid such that the sum of its length and breadth is 3 cm more than its height. Twice of its length, thrice of its breadth and its height add up to 10 cm. Its breadth added to 7 times its height is 1 cm less than 3 times its length. 

                        CBSE CLASS XII Previous Year Papers

                        Comments


                        No Comments To Show