Certified calculator · Version 1

Matrix Inverse Calculator

Calculate the inverse of a 2×2 matrix and inspect its determinant and deterministic transformation steps.

Inverse matrix[[0.6, -0.7], [-0.2, 0.4]]
Determinant10
Row 1 · Col 10.6
Row 1 · Col 2-0.7
Row 2 · Col 1-0.2
Row 2 · Col 20.4
CalcuMint Pro

Advanced Analysis

Compare plans
Advanced chartsExplore the result across time and assumptions.
Scenario comparisonCompare multiple assumptions side by side.
Sensitivity analysisSee which assumptions change the outcome most.
Goal SolverSolve backwards from the outcome you want.
Result methodology

The certified engine applies the 2×2 inverse identity only when the determinant is non-zero.

Solution steps
  1. det = ad - bc = 10
  2. A⁻¹ = (1/10)[[6, -7],[-2, 4]]
  3. A⁻¹ = [[0.6, -0.7],[-0.2, 0.4]]

How this calculator works

For A=[[a,b],[c,d]], A⁻¹=(1/(ad-bc))[[d,-b],[-c,a]] when ad-bc is non-zero.

Formula

A⁻¹=(1/(ad-bc))[[d,-b],[-c,a]]

Computes the inverse of a non-singular 2×2 matrix.

Worked example

Inverse of [[4,7],[2,6]] is a verified test case used by the calculation engine.

Assumptions and limitations

  • This certified version supports 2×2 matrices.
  • The matrix determinant must be non-zero.

Methodology & sources

This calculator uses deterministic, versioned calculation logic. The formula and verified examples above are part of the calculation definition used by CalcuMint.

  • CalcuMint deterministic linear-algebra engineStandard 2×2 matrix inverse identity.

Frequently asked questions

Can every 2×2 matrix be inverted?

No. A matrix with determinant zero is singular and has no inverse.

Is the determinant shown?

Yes. The determinant used by the inverse calculation is displayed.

Related calculators