Matrix Input
Result
Enter matrix values and click Find Inverse
Find A⁻¹ using the adjugate formula for 2×2 matrices, or Gauss-Jordan row reduction for 3×3 matrices. Every row operation on the augmented matrix [A | I] is shown step by step.
A · A⁻¹ = A⁻¹ · A = I
The inverse of a matrix A "undoes" the linear transformation A applies. It only exists when det(A) ≠ 0 (the matrix is invertible / non-singular).
For 2×2: A⁻¹ = (1/det)·adj(A). For larger matrices, augment [A | I] and row-reduce — when the left side becomes I, the right side is A⁻¹.
The calculator shows the steps — a quiz proves you can do them on your own.
"Bring this exact matrix to a session — I'll show you why Gauss-Jordan works and how to verify your inverse by hand."