How to denote the zero matrix of any order without specifying its order?

7.4k Views Asked by At

I want to consider a zero matrix of any order and i do not want to specify the order of that matrix so as to make it satisfies my requirements. Will the notation $(0)$ or $[0]$ work? Or, is there any other appropriate notations?

1

There are 1 best solutions below

0
On

Typically one would use $\mathbf{0}$ to denote the zero matrix, or the zero vector depending on context. Should the need for both arise, one can denote the zero vector by $\mathbf{\underline{0}}$. Needless to say this is somewhat dependant on preferance, so what is important is to eliminate possible confusion - generally speaking the context is enough.

As a side note, further adding upon what @Surb said, ideally one would denote the zero matrix by $\left[0\right]_{n \times n}$, but if you don't want to write the dimension the notation mentioned above is acceptable.