Zero matrix

From testwiki
Revision as of 15:37, 20 September 2024 by imported>Mgp28 (Adding local short description: "Matrix whose entries are all 0", overriding Wikidata description "matrix whose entries are all 0")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 m×n matrices, and is denoted by the symbol O or 0 followed by subscripts corresponding to the dimension of the matrix as the context sees fit.[1][2][3] Some examples of zero matrices are

01,1=[0], 02,2=[0000], 02,3=[000000]. 

Properties

The set of m×n matrices with entries in a ring K forms a ring Km,n. The zero matrix 0Km,n in Km,n is the matrix with all entries equal to 0K, where 0K is the additive identity in K.

0Km,n=[0K0K0K0K0K0K0K0K0K]m×n

The zero matrix is the additive identity in Km,n.[4] That is, for all AKm,n it satisfies the equation

0Km,n+A=A+0Km,n=A.

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.[5] 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.

Occurrences

In ordinary least squares regression, if there is a perfect fit to the data, the annihilator matrix is the zero matrix.

See also

References

Template:Reflist

Template:Matrix classes