41. Zero Matrix

The zero matrix is the matrix with every entry equal to .

The zero vector is the zero matrix:

41.1. Why it’s “the zero”

It’s the additive identity for matrix addition:

And the absorbing element for matrix multiplication:

(provided shapes are compatible — note the result may have different shape than the input .)

41.2. Key properties

41.3. Where the zero vector matters