Types: N/A
Examples: N/A
Constructions: N/A
Generalizations: 9.1 Outer Product of Vectors

Properties: N/A
Sufficiencies: N/A
Questions: N/A

Matrix Units

Let {e→k}k=1n∈Rn, where n is the amount of vectors, represent the elementary basis vectors for Rn. We will define each vector e→i's component as follows:

e→k(j)={1j=k0otherwise

For n=3, we see

e→1=[100],e→2=[010],e→3=[001].

Using these three vectors and the 9.1 Outer Product of Vectors, we can create n×n matrix units

Eik=[e→i]m×1⋅[e→kT]1×n

with all zero entries except the entry in the row i and column k. Therefore, when n=3, we see the first matrix unit

E11=[e→1]3×1⋅[e→1T]1×3=[100][100]=[100000000]

For a 3×3 case, there are a total of nine matrix units. We can find these by repeating the process from above of multiplying e→i and e→kT, AKA taking the 9.1 Outer Product of Vectors.

E11=[100000000],E12=[010000000],E13=[001000000],E21=[000100000],E22=[000010000],E23=[000001000],E31=[000000100],E32=[000000010],E33=[000000001].