Zero matrix
Template:Short description In mathematics, particularly linear algebra, a zero matrix or null matrix is a matrix all of whose entries are zero. It also serves as the additive identity of the additive group of <math>m \times n</math> matrices, and is denoted by the symbol <math>O</math> or <math>0</math> followed by subscripts corresponding to the dimension of the matrix as the context sees fit.<ref>Template:Citation</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Some examples of zero matrices are
- <math>
0_{1,1} = \begin{bmatrix} 0 \end{bmatrix} ,\ 0_{2,2} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} ,\ 0_{2,3} = \begin{bmatrix} 0 & 0 & 0 \\ 0 & 0 & 0 \end{bmatrix} .\ </math>
PropertiesEdit
The set of <math>m \times n</math> matrices with entries in a ring K forms a ring <math>K_{m,n}</math>. The zero matrix <math>0_{K_{m,n}} \, </math> in <math>K_{m,n} \, </math> is the matrix with all entries equal to <math>0_K \, </math>, where <math>0_K </math> is the additive identity in K.
- <math>
0_{K_{m,n}} = \begin{bmatrix} 0_K & 0_K & \cdots & 0_K \\ 0_K & 0_K & \cdots & 0_K \\ \vdots & \vdots & \ddots & \vdots \\ 0_K & 0_K & \cdots & 0_K \end{bmatrix}_{m \times n} </math>
The zero matrix is the additive identity in <math>K_{m,n} \, </math>.<ref>Template:Citation</ref> That is, for all <math>A \in K_{m,n} \, </math> it satisfies the equation
- <math>0_{K_{m,n}}+A = A + 0_{K_{m,n}} = A.</math>
There is exactly one zero matrix of any given dimension m×n (with entries from a given ring), so when the context is clear, one often refers to the zero matrix. In general, the zero element of a ring is unique, and is typically denoted by 0 without any subscript indicating the parent ring. Hence the examples above represent zero matrices over any ring.
The zero matrix also represents the linear transformation which sends all the vectors to the zero vector.<ref>Template:Citation</ref> It is idempotent, meaning that when it is multiplied by itself, the result is itself.
The zero matrix is the only matrix whose rank is 0.
OccurrencesEdit
In ordinary least squares regression, if there is a perfect fit to the data, the annihilator matrix is the zero matrix.
See alsoEdit
- Identity matrix, the multiplicative identity for matrices
- Matrix of ones, a matrix where all elements are one
- Nilpotent matrix
- Single-entry matrix, a matrix where all but one element is zero