14 min read
The Identity Matrix
The identity matrix leaves any matrix unchanged when multiplied by it, just like multiplying a number by 1.
The Matrix Version of 1
Example 1 — verifying the identity property
Verify that A × I = A for A = .
- I =
- Top-left: () + () = . Top-right: () + () =
- Bottom-left: () + () = . Bottom-right: () + () =
Answer: A × I = = A ✓
Practice
Which matrix is the identity matrix?
More lessons in Matrices and Determinants · Next: The Determinant of a 2×2 Matrix · Previous: Matrix Multiplication
