OhMyCalc

Inverse Matrix Calculator

Calculate the inverse of a 2×2 or 3×3 matrix. See the determinant, adjugate matrix, and the resulting inverse with step-by-step explanation.

How to Use the Inverse Matrix Calculator

  1. Enter the numbers or values in the input fields.
  2. The result is calculated and displayed automatically.
  3. Review the step-by-step solution or detailed breakdown.
  4. Copy the result or adjust inputs for a new calculation.

Référence rapide

DeVers
2 + 35
12 × 12144
√14412
2¹⁰1,024
π3.14159
e2.71828

Cas d'utilisation

Formule

For a 2×2 matrix [[a,b],[c,d]]: A⁻¹ = (1/det)·[[d,−b],[−c,a]]. For a 3×3 matrix: A⁻¹ = (1/det)·adj(A), where adj(A) is the transpose of the cofactor matrix. The inverse exists only when det(A) ≠ 0.

Questions fréquemment posées

What is an inverse matrix?
The inverse of a matrix A is a matrix A⁻¹ such that A·A⁻¹ = A⁻¹·A = I (the identity matrix). It exists only for square matrices with non-zero determinant.
What does it mean if a matrix is singular?
A singular matrix has determinant zero and no inverse. It means the rows or columns are linearly dependent, and the corresponding system of equations has no unique solution.
How is the adjugate matrix computed?
The adjugate (classical adjoint) is the transpose of the cofactor matrix. Each cofactor is the signed minor: C(i,j) = (−1)^(i+j) · det(M(i,j)), where M(i,j) is the submatrix with row i and column j removed.