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â»Â¹.
"Bring this exact matrix to a session — I'll show you why Gauss-Jordan works and how to verify your inverse by hand."