-
Step 1
Set up the original matrix in augmented form with the identity matrix next to it.
-
Step 2
Row reduce the original matrix to form the identity matrix on its side.
-
Step 3
The row reductions will produce the inverse matrix on the opposite side of the augmented matrix.
-
Step 4
Check that you've found the correct matrix by row reducing the inverse back to the identity matrix. If you get the original matrix, you've found the correct answer.
-
Step 5
Another way to check is to multiply the two matrices together. AB should equal the identity matrix if you found the correct inverse since AB = BA = I.













