Inverse of [[2, 1, 1], [1, 3, 2], [1, 0, 0]]
Use Gauss-Jordan elimination on the augmented [A | I] matrix.
Solution
- Matrix [[2, 1, 1], [1, 3, 2], [1, 0, 0]]
- Determinant det = -1
- Method Augment with the identity, then Gauss-Jordan eliminate.
- Inverse [[0, 0, 1], [-2, 1, 3], [3, -1, -5]]
Try a similar problem yourself
Use the Matrix Inverse to solve a similar problem with your own values.
Open the solver