Zero matrix

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

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

[edit | edit source]

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

[edit | edit source]

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

See also

[edit | edit source]

References

[edit | edit source]
  1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  3. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  4. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  5. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).