Template:Short description Template:Distinguish In linear algebra, a matrix unit is a matrix with only one nonzero entry with value 1.<ref>Template:Cite book</ref><ref name="pm">Template:Cite book</ref> The matrix unit with a 1 in the ith row and jth column is denoted as <math>E_{ij}</math>. For example, the 3 by 3 matrix unit with i = 1 and j = 2 is <math display=block>E_{12} = \begin{bmatrix}0 & 1 & 0 \\0 & 0 & 0 \\ 0 & 0 & 0 \end{bmatrix}</math>A vector unit is a standard unit vector.

A single-entry matrix generalizes the matrix unit for matrices with only one nonzero entry of any value, not necessarily of value 1.

PropertiesEdit

The set of m by n matrix units is a basis of the space of m by n matrices.<ref name="pm"/>

The product of two matrix units of the same square shape <math>n \times n</math> satisfies the relation <math display=block>E_{ij}E_{kl} = \delta_{jk}E_{il},</math> where <math>\delta_{jk}</math> is the Kronecker delta.<ref name="pm"/>

The group of scalar n-by-n matrices over a ring R is the centralizer of the subset of n-by-n matrix units in the set of n-by-n matrices over R.<ref name="pm"/>

The matrix norm (induced by the same two vector norms) of a matrix unit is equal to 1.

When multiplied by another matrix, it isolates a specific row or column in arbitrary position. For example, for any 3-by-3 matrix A:<ref>Template:Cite arXiv</ref>

<math>
E_{23}A = \left[ \begin{matrix} 0 & 0& 0 \\ a_{31} & a_{32} & a_{33} \\ 0 & 0 & 0 \end{matrix}\right].

</math>

<math>
AE_{23} = \left[ \begin{matrix} 0 & 0 & a_{12} \\ 0 & 0 & a_{22} \\ 0 & 0 & a_{32}  \end{matrix}\right].

</math>

ReferencesEdit

Template:Reflist

Template:Matrix classes

Template:Linear-algebra-stub