Loading the page...
Preparing tools and content for you. This usually takes a second.
Preparing tools and content for you. This usually takes a second.
Fetching calculator categories and tools for this section.
Free inverse matrix calculator & matrix inverse calculator. Calculate the inverse of 2×2 and 3×3 matrices using the adjugate method. Get step-by-step solutions, verify results, and understand matrix inversion with detailed explanations.
Last updated: February 2, 2026
Need a custom math calculator for your educational platform? Get a Quote
Formula
A⁻¹ = (1/det) × [[d, -b], [-c, a]]
Fast calculation for 2×2 matrices
Method
A⁻¹ = (1/det) × Adjugate(A)
Full step-by-step process shown
Definition
Adjugate = (Cofactor)ᵀ
Transpose of cofactor matrix
Condition
det(A) ≠ 0
Matrix must have non-zero determinant
Check
A × A⁻¹ = I
Automatic verification included
Includes
All intermediate steps
Learn the matrix inversion process
2×2 Matrix: A = [[2, 3], [1, 4]]
Determinant
5
Inverse
[[0.8, -0.6], [-0.2, 0.4]]
Our inverse matrix calculator uses the adjugate method to find matrix inverses. The process involves calculating the determinant, finding the cofactor matrix, transposing to get the adjugate, and dividing by the determinant. This method works for any invertible square matrix and provides complete step-by-step solutions.
For 2×2: A⁻¹ = (1/det(A)) × [[a₂₂, -a₁₂], [-a₂₁, a₁₁]]For 3×3 and larger: A⁻¹ = (1/det(A)) × Adjugate(A)Adjugate: Adjugate(A) = (Cofactor(A))ᵀCofactor: Cᵢⱼ = (-1)ⁱ⁺ʲ × det(Minorᵢⱼ)The determinant must be non-zero for the matrix to be invertible. If det(A) = 0, the matrix is singular and has no inverse.
Matrix inversion is a fundamental operation in linear algebra. An invertible matrix (also called non-singular or regular) has a unique inverse that satisfies A × A⁻¹ = A⁻¹ × A = I, where I is the identity matrix. Inverse matrices are essential for solving systems of linear equations, matrix division, and many other applications.
Inverse matrices have numerous practical applications:
Need help with other matrix operations? Try our determinant calculator or system of equations calculator.
Get Custom Calculator for Your PlatformInverse Matrix:
Verification: A × A⁻¹ = I ✓
Result: Matrix is invertible with determinant = 5
The inverse exists and can be calculated using the formula above.
For 3×3 matrices, use:
1) Find cofactor matrix
2) Transpose to get adjugate
3) Divide by determinant
If det(A) = 0:
Matrix is NOT invertible
Rows/columns are linearly dependent
Share it with others who need help with matrix inversions
Suggested hashtags: #LinearAlgebra #MatrixInverse #Mathematics #Calculator #Math