Inverse of [[4, 7], [2, 6]]
Check that the determinant is non-zero, then apply the 2×2 inverse formula.
Solution
- Matrix [[4, 7], [2, 6]]
- Determinant det = 10
- Method Augment with the identity, then Gauss-Jordan eliminate.
- Inverse [[0.6, -0.7], [-0.2, 0.4]]
Try a similar problem yourself
Use the Matrix Inverse to solve a similar problem with your own values.
Open the solver