Inverse Matrix Calculator

Find inverse matrix for 2x2 and 3x3 numeric grid input when determinant is nonzero.

Enter Values

Result

Enter values above and click Calculate to see your result.

AI Assistant

Ask about this calculator

I can help you understand the inverse matrix calculator formula, interpret your results, and answer follow-up questions.

Try asking

Formula

#
Core Formula
A1=adj(A)det(A)A^{-1} = \frac{\text{adj}(A)}{\det(A)}

How it works: The inverse exists only when determinant is not zero.

Worked Example

Choose 2x2 and enter values to compute inverse.

How Matrix Inverses Are Computed

The inverse of a matrix A exists only when det(A) is not zero. This calculator uses the adjugate (adjoint) method: A inverse = adj(A) / det(A).

  • For 2x2: swap the diagonal entries, negate the off-diagonal entries, and divide by the determinant
  • For 3x3: compute the full cofactor matrix, transpose it to get the adjugate, and divide each entry by the determinant
  • If the determinant is zero, the matrix is singular and no inverse exists
  • The inverse satisfies A times A inverse = identity matrix, which is the fundamental verification

Matrix inverses are essential for solving systems of linear equations (Ax = b becomes x = A inverse times b) and in many applied mathematics contexts.

You can also calculate changes using our Matrix Determinant Calculator, 2x2 Determinant Calculator, 3x3 Determinant Calculator, Adjoint Matrix Calculator or Cofactor Matrix Calculator.

Frequently Asked Questions

When does the inverse exist?

The inverse exists only when the determinant is not zero. A nonzero determinant guarantees the matrix is invertible.

What if the matrix is singular?

The calculator reports that the matrix is singular and no inverse exists. Singular means det(A) equals zero.

How do I verify the inverse is correct?

Multiply the original matrix by the computed inverse. The result should be the identity matrix (1s on the diagonal, 0s everywhere else).

Why use the adjugate method instead of row reduction?

Both methods produce the same result. The adjugate method gives a direct formula that is efficient for 2x2 and 3x3. Row reduction (Gauss-Jordan) is better for larger matrices.

What is the inverse used for?

Matrix inverses solve systems of linear equations, transform coordinates, decrypt encoded messages (Hill cipher), and appear throughout engineering, physics, and data science.

Is it possible to embed the Inverse Matrix Calculator on another website?

Yes, embedding the Inverse Matrix Calculator is free. Hit the "Embed" button on this page, adjust the width, height, and theme, then grab the iframe code. It works on WordPress, Wix, Squarespace, Shopify, and plain HTML pages. No registration needed. Full instructions at calculory.com/services/embed-calculators.

Accurate and Reliable

All calculations run locally. Solve equations with confidence using AI-verified methods.

Verified Precision

Precise Algebraic Calculations Powered by Calculory AI