Inverse Matrix Calculator
📊 Enter Matrix Elements:
Inverse Matrix Calculator
Calculate the inverse matrix for square matrices of size 2×2 and 3×3. The calculator automatically checks if the inverse matrix exists.
What is an Inverse Matrix?
An inverse matrix A⁻¹ is a matrix such that A × A⁻¹ = I (identity matrix). An inverse matrix exists only for non-singular matrices (det(A) ≠ 0).
Calculation Formulas:
- 2×2 Matrix: A⁻¹ = (1/det(A)) × adj(A)
- 3×3 Matrix: A⁻¹ = (1/det(A)) × adj(A)
- 2×2 Determinant: det(A) = ad - bc
- 3×3 Determinant: det(A) = a₁₁(a₂₂a₃₃ - a₂₃a₃₂) - a₁₂(a₂₁a₃₃ - a₂₃a₃₁) + a₁₃(a₂₁a₃₂ - a₂₂a₃₁)
Applications:
- Solving systems of linear equations
- Computer graphics transformations
- Cryptography and encoding
- Engineering and physics calculations
- Statistical analysis and regression
How to Use:
Select matrix size, enter the elements, and click calculate. The calculator will show the determinant and inverse matrix if it exists.
Frequently Asked Questions
When does a matrix have an inverse?
A matrix has an inverse only when its determinant is not equal to zero. Such matrices are called non-singular or invertible.
What is a matrix determinant?
The determinant is a scalar value that characterizes a matrix. For a 2×2 matrix: det = ad - bc.
Why do we need inverse matrices?
Inverse matrices are used to solve systems of linear equations, in cryptography, computer graphics, and many other areas of mathematics and engineering.
What is an identity matrix?
An identity matrix is a square matrix with ones on the main diagonal and zeros elsewhere. Multiplying by it leaves a matrix unchanged.
What happens if determinant is zero?
If the determinant is zero, the matrix is singular and has no inverse. The system of equations may have no solution or infinitely many solutions.