A. Definitions
-
identity matrix - a matrix having 1's on the main diagonal and zeros in all other entries.
-
inverse matrices - two matrices whose product in any order is an identity matrix
B. How to Determine if Two Matrices are Inverses
- Multiply the two matrices: AB and BA.
- If the result is an identity matrix, then the matrices are inverses.
|
|
|