Zero Matrix

From GM-RKB
Jump to navigation Jump to search

A Zero Matrix is a numeric matrix composed of zero vectors.



References

2011

  • http://en.wikipedia.org/wiki/Zero_matrix
    • QUOTE: 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 [math]\displaystyle{ 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]

      The set of m×n matrices with entries in a ring K forms a ring [math]\displaystyle{ K_{m,n} \, }[/math]. The zero matrix [math]\displaystyle{ 0_{K_{m,n}} \, }[/math] in [math]\displaystyle{ K_{m,n} \, }[/math] is the matrix with all entries equal to [math]\displaystyle{ 0_K \, }[/math], where [math]\displaystyle{ 0_K \, }[/math] is the additive identity in K.

      [math]\displaystyle{ 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]\displaystyle{ K_{m,n} \, }[/math]. That is, for all [math]\displaystyle{ A \in K_{m,n} \, }[/math] it satisfies

      : [math]\displaystyle{ 0_{K_{m,n}}+A = A + 0_{K_{m,n}} = A. }[/math]

      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.

      A matrix where just a single element is one and the rest is zero may be called a single-entry matrix.