Zero matrix

As the name suggests, a ‘zero’ matrix is just a matrix where all the elements are zero.

Order of a zero matrix

We can have zero matrices of any order (dimensions), for example:

Identity matrix

A zero matrix is the identity matrix for addition. That’s because, if we add a zero matrix to any other matrix of the same order, we get that same matrix back.

For example, if we have the matrix \mathbf{A} = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} and the zero matrix \mathbf{0} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}, then:

If you want some algebraic proof:

Multiplication with a zero matrix

If we multiply any matrix by a zero matrix of compatible dimensions, we get a zero matrix as the result.

The proof of this for some 2 \times 2 matrices is as follows: