Mathematics & algebra calculator
Inverse Matrix Calculator
Find the inverse of 2x2, 3x3, and 4x4 matrices, check invertibility, verify inverse pairs, and review step-by-step row-reduction or adjugate methods.
Inverse Matrix Calculator results
Your matrix result will appear here
Enter your matrix values and click Calculate. Results are not shown before you run the calculator.
Matrix result
Matrix calculations use exact rational arithmetic from the entered values. Decimal views are rounded and can show small approximation differences.
Calculator overview
Quick Inverse Matrix Calculator Overview
Use this inverse matrix calculator to find the inverse of a square matrix, determinant, identity check, and row-reduction steps. It is useful for linear algebra homework and matrix equation solving.
Enter matrix values to calculate the inverse and see determinant or row-operation details.
Guide
Inverse Matrix Calculator Guide
Use this guide to understand matrix inverses, determinant checks, inverse-pair verification, elementary row operations, and the adjugate method without turning the page into a full linear algebra course.
What This Calculator Does
This inverse matrix calculator finds A^-1 for square matrices, checks whether an inverse exists, verifies whether two matrices are inverses of each other, and computes determinants that support the inverse workflow.
It is built for matrix inverses rather than inverse functions. The calculator accepts integers, decimals, and fractions, then keeps exact rational arithmetic whenever possible.
What It Means for a Matrix to Be Invertible
Only square matrices can have a two-sided inverse. If A has an inverse, multiplying in either order gives the identity matrix.
A * A^-1 = A^-1 * A = I How to Find the Inverse of a 2x2 Matrix
A 2x2 matrix has a direct formula. First compute det(A)=ad-bc. If the determinant is nonzero, swap the diagonal entries, negate the off-diagonal entries, and divide every entry by the determinant.
[[a,b],[c,d]]^-1 = (1 / (ad - bc)) * [[d,-b],[-c,a]] How to Find the Inverse of a 3x3 or 4x4 Matrix
For 3x3 and 4x4 matrices, row reduction with the augmented matrix [A | I] is usually the clearest method. Elementary row operations transform the left side into I, and the right side becomes A^-1.
Adjugate and Determinant Method
The adjugate method builds minors and cofactors, transposes the cofactor matrix to form adj(A), then divides by det(A). It is useful for smaller matrices and for understanding the formula behind matrix inverses.
How to Tell When a Matrix Has No Inverse
A determinant of zero means the matrix is singular and has no inverse. In row-reduction language, this shows up as a missing pivot or a dependent row.
How to Verify Two Matrices Are Inverses
Two square matrices are inverses only when both products match the identity matrix. Checking just AB is not enough for a full two-sided inverse verification; BA must also equal I.
How to Use
Choose the mode
Use inverse, invertibility check, inverse-pair verification, or determinant mode.
Pick a size
Select 2x2, 3x3, or 4x4.
Enter values
Fill every matrix cell with an integer, decimal, or fraction.
Choose options
Select method, steps, decimals, or verification where relevant.
Click Calculate
Review determinant, inverse matrix, products, and row-operation steps.
Tips / Notes
- Use exact fractions when possible.
- The direct 2x2 formula is fast for small matrices.
- Larger matrices are usually easiest to follow with row reduction.
- A zero determinant means the matrix has no inverse.
- Decimal approximations can introduce small rounding artifacts.
- Exact form is best for homework, verification, and checking inverse pairs.
FAQ
Frequently Asked Questions
Clear answers about 2x2, 3x3, and 4x4 inverse matrices, determinants, steps, and exact fractions.
What does the Inverse Matrix Calculator do?
It finds inverse matrices for 2x2, 3x3, and 4x4 square matrices, checks whether an inverse exists, verifies inverse pairs, and calculates determinants with steps.
How do I find the inverse of a 2x2 matrix?
Enter the four entries, choose Formula or Auto mode, and click Calculate. The calculator uses det(A)=ad-bc, swaps the diagonal entries, negates the off-diagonal entries, and divides by the determinant.
How do I find the inverse of a 3x3 matrix?
For a 3x3 matrix, row reduction is usually the clearest method. The calculator forms [A | I], applies elementary row operations, and reads A^-1 from the right side.
How can I tell if a matrix has no inverse?
A square matrix has no inverse when its determinant is zero. Missing pivots or dependent rows are another way to see the same issue.
Can this calculator verify whether two matrices are inverses?
Yes. Verify mode multiplies AB and BA, then compares both products with the identity matrix. Both products must equal I.
Does this page work with exact fractions and show steps?
Yes. Matrix entries can be integers, decimals, or fractions. Exact fraction output is the default, and row-reduction, formula, determinant, and adjugate steps are available where relevant.