Types: N/A
Examples: N/A
Constructions: N/A
Generalizations: N/A

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

Identity Matrix as Matrix Matrix Addition

Let InRn×n be the 8.6 Identity Matrix and set n=3.

I3=[100010001]

Claim. The identity matrix can be rewritten as a matrix sum using 9.4 Matrix-Matrix Addition.

I3=[100000000]+[000010000]+[000000001]

Our matrix sum can then be rewritten again as an 9.1 Outer Product of Vectors.

I3=[100][100]+[010][010]+[001][001]=e1e1T+e2e2t+e3e3T

We can rewrite this as a sum using sum notation.

I3=j=13ejejT

Therefore, we can generalize and write In as the sum

In=j=1nejejT