Suvarna Garge (Editor)

Zero matrix

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In mathematics, particularly linear algebra, a zero matrix or null matrix is a matrix with all its entries being zero. Some examples of zero matrices are

0 1 , 1 = [ 0 ] ,   0 2 , 2 = [ 0 0 0 0 ] ,   0 2 , 3 = [ 0 0 0 0 0 0 ] .  

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

0 K m , n = [ 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K ] m × n

The zero matrix is the additive identity in K m , n . That is, for all A K m , n it satisfies

0 K m , n + A = A + 0 K m , n = A .

There is exactly one zero matrix of any given size m×n having entries in 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 typically denoted as 0 without any subscript indicating the parent ring. Hence the examples above represent zero matrices over any ring.

The zero matrix represents the linear transformation sending all vectors to the zero vector.

References

Zero matrix Wikipedia