40. Identity Matrix

The identity matrix is the diagonal matrix with on every diagonal entry and elsewhere.

In index notation: (the Kronecker delta).

40.1. Why it’s “the identity”

It’s the multiplicative identity for matrix multiplication:

(provided shapes are compatible).

Equivalently, the identity linear transformation , , has matrix .

40.2. Key properties

40.3. Where it shows up