Find the Inverse [[1,0,0],[0,1,0],[0,0,1]]
Problem
Solution
Identify the given matrix as the
3×3 identity matrix, denoted asI Apply the property of the identity matrix, which states that the identity matrix is its own inverse.
Verify the definition of an inverse matrix, where
A⋅A(−1)=I Conclude that since
I⋅I=I the inverse of the identity matrix is the identity matrix itself.
Final Answer
Want more problems? Check here!