Solveeit Logo

Question

Question: What is a null Matrix? Give an example....

What is a null Matrix? Give an example.

Explanation

Solution

Before moving to null matrix let us discuss what is matrix.
The matrix is a rectangular array of numbers or symbols which are generally arranged in rows and columns. The order of the matrix is defined as the number of rows and columns.
The plural of matrix is matrix.
Null matrix is one of the types of matrix.

Complete step-by-step solution:
Null matrix:
If in a matrix all the elements are zero then it is called a zero matrix and it is generally denoted by00. Thus,A=[aij]m×nA=\left[ {{a}_{ij}} \right]m\times nis a zero-matrix. Ifaij=0{{a}_{ij}}=0for all ‘I’ and ‘j’.
So there are two possible cases of null matrices.
Normal matrix
Square matrix
So a normal matrix can be a matrix of orderm×nm\times n. For example;
[00 ]\left[ \begin{matrix} 0 & 0 \\\ \end{matrix} \right]is the1×21\times 2matrix.
[0 0 0 ]\left[ \begin{matrix} 0 \\\ 0 \\\ 0 \\\ \end{matrix} \right]is the3×13\times 1matrix.
[000 ]\left[ \begin{matrix} 0 & 0 & 0 \\\ \end{matrix} \right]is the1×31\times 3matrix.
Secondly, the square matrix is the matrix of orderm×nm\times nin which ‘m’ is equal to ‘n’. so we can say that the square matrix is of orderm×mm\times m. For example;
[00 00 ]\left[ \begin{matrix} 0 & 0 \\\ 0 & 0 \\\ \end{matrix} \right]is the2×22\times 2 square matrix.
[000 000 000 ]\left[ \begin{matrix} 0 & 0 & 0 \\\ 0 & 0 & 0 \\\ 0 & 0 & 0 \\\ \end{matrix} \right]is the3×33\times 3 square matrix.
[0000 0000 0000 0000 ]\left[ \begin{matrix} 0 & 0 & 0 & 0 \\\ 0 & 0 & 0 & 0 \\\ 0 & 0 & 0 & 0 \\\ 0 & 0 & 0 & 0 \\\ \end{matrix} \right]is the4×44\times 4square matrix.
The first matrix00is a2×22\times 2matrix with all the elements equal to zero and the second matrix00is a3×33\times 3matrix with all the elements equal to zero.

Note: Every zero matrix is a null matrix. That means the mode of the matrix will also be zero. But if we are asked that if the mode of the matrix is zero then it will be a null matrix then the answer is no. That any other matrix may have mode equal to zero.