2x2 Matrix Inverse Calculator

Enter a 2×2 matrix to compute its inverse.

How to use

  1. Enter your values in the fields above.
  2. Press Calculate to see your result instantly.
  3. 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?

Comments (0)

  • Be the first to comment.

Popular calculators

All Calculators