Matrix Inverse Calculator
Compute the inverse of a 2x2 or 3x3 matrix with step-by-step determinant and adjugate working.
Matrix Size
Matrix A
Enter a matrix and click Calculate Inverse to see results.
Step 1 — Determinant
det(A) =
Step 2 — Inverse Matrix A⁻¹
Verification — A × A⁻¹ (should be identity)
Summary
Compute the inverse of a 2x2 or 3x3 matrix with step-by-step determinant and adjugate working.
How it works
- Select the matrix size (2x2 or 3x3) from the toggle.
- Fill in all matrix entries in the grid.
- Click "Calculate Inverse" to run the computation.
- The tool first computes the determinant; if it is zero, the matrix has no inverse.
- For a non-singular matrix it builds the cofactor matrix, transposes it to get the adjugate, then divides by the determinant.
- All intermediate steps are shown so you can follow the full derivation.
Use cases
- Check your manual matrix inversion homework.
- Solve systems of linear equations using the inverse method.
- Verify transformation matrix inverses in computer graphics.
- Explore invertibility conditions in linear algebra courses.
- Quickly invert rotation or scaling matrices for 2D/3D work.
Frequently Asked Questions
Last updated: 2026-06-10 ·
Reviewed by Nham Vu