Find the inverse of a 2×2 or 3×3 matrix. Enter the matrix with rows separated by semicolons.
Usage Tip
Not every square matrix is invertible — only those with a non-zero determinant (the non-singular ones).
2×2: swap the diagonal, negate the off-diagonal, divide by the determinant
Only square matrices with a non-zero determinant have an inverse.
A matrix with determinant zero is singular and has no inverse.
Multiplying a matrix by its inverse yields the identity.
