2x2 Matrix Inverse Calculator
Enter a 2×2 matrix to compute its inverse.
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
The inverse of a 2×2 matrix [[a, b], [c, d]] is given by 1/det × [[d, −b], [−c, a]], where the determinant det = ad − bc. Multiplying a matrix by its inverse always produces the identity matrix, and the inverse only exists when the determinant is non-zero — a zero determinant means the matrix is singular and collapses space in a way that cannot be undone.
Matrix inverses are how systems of two linear equations in two unknowns get solved directly, converting 'ax + by = e, cx + dy = f' into a single matrix equation that the inverse solves in one step, which is the matrix-algebra equivalent of Cramer's rule. The same formula underlies the classical Hill cipher in cryptography, where a message is encrypted by multiplying letter values by a matrix and decrypted by multiplying by its inverse, and it is a routine step in computer graphics whenever a transformation — rotation, scaling, shearing — needs to be undone.
Enter the four entries of a 2×2 matrix, and the calculator computes its inverse when one exists.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)