Zero Matrix, is a matrix where all the values are zero. It is denoted by subscript 0, like A0. It is a special type of matrix and have some unique properties.
There is no restriction on size for being a zero matrix. Zero matrix don't need to be a square matrix. Here are some examples of zero matrix:
\(A = \begin{bmatrix}
0 & 0 \\
0 & 0
\end{bmatrix}
\)
\(A = \begin{bmatrix}
0 & 0 & 0 \\
0 & 0 & 0 \\
0 & 0 & 0
\end{bmatrix}
\)
Zero matrix is the additive identity for matrices. For any matrix A, A + 0 = A. where 0 is the zero matrix of the same size as A.
For any scalar k, k * 0 = 0.
where 0 is the zero matrix of any size.
Yes, zero matrix is diagonalizable. But it should be a square matrix
The determinant of zero matrix is always zero. So, zero matrix is not invertible. For a matrix to be invertible, the determinant should be non-zero.
Rank of zero matrix is always zero
Null space of zero matrix is the whole space.
Determinant of an matrix is calculated by the formula:
det(A) = Σ (-1)i+j * aij * det(Mij)
where Mij is the matrix obtained by removing the i-th row and j-th column from A.
As all the elements in zero matrix are zero, the determinant of zero matrix is always zero.
Trace is the sum of a matrix's diagonal elements. As all the elements in zero matrix are zero,
the trace of zero matrix is always zero.
Zero matrix (if it is a square matrix) is diagonalizable.
Zero matrix (has a determinant of zero) is not invertible.
Zero matrix is denoted by subscript 0, like A0.
Rank of zero matrix is always zero.
As all the elements in zero matrix are zero, the null space of zero matrix is the whole space.
The determinant of zero matrix is always zero.
Trace (sum of diagonal elements) of zero matrix is always zero.
Transpose of matrix is interchanging rows and columns of matrix. Transposing the matrix only changes its dimension and not the values. So, transpose of zero matrix is also a zero matrix.
Adjoint matrix is a transpose of the cofactor matrix. As zero matrix have all elements as zero,So the adjoint of zero matrix is a zero matrix.
Zero matrix don't have inverse
Only square matrix have eigen values. If zero matrix is a square matrix, then the eigenvalue of zero matrix is zero.
The row space of zero matrix is only the zero vector.
All rows of zero matrix are identical and equal to zero vector, therefore the row space of zero matrix is simply the zero vector.
The column space of zero matrix is only the zero vector.
All columns of zero matrix are identical and equal to zero vector, therefore the column space of zero matrix is simply the zero vector.
The nullity of zero matrix is the number of columns in the matrix.
For example,