Quick answer

If det(A) ≠ 0, compute adj(A), then set A⁻¹ = (1/det(A)) · adj(A).

Formula

  • Step 1: det(A)
  • Step 2: adj(A)
  • Step 3: A⁻¹ = adj(A) / det(A)

Introduction

Row reduction is not the only path to an inverse. The adjoint method packages cofactor work into a clear three-step recipe many textbooks highlight.

Use the Adjoint Matrix Calculator for adj(A), compute det(A) as your course teaches, and compare with adjoint matrix and inverse matrix for conceptual background on why the division works.

Fresh numeric grids live in adjoint matrix examples; work one 2×2 and one 3×3 inverse fully before you rely on the tool for every cofactor.

When the method fits

The adjoint method shines on 2×2 and manageable 3×3 tasks where determinants and cofactors are already part of the rubric.

For 4×4, the method is correct but lengthy; use it when the assignment asks explicitly for adjoints.

Always state det(A) before you write A⁻¹. Graders look for the determinant check to know you did not divide when singular.

Write fractions neatly when det(A) does not divide every entry of adj(A). Simplify A⁻¹ entries at the end.

If det(A) = 0, report that A is singular and stop. Do not write A⁻¹ = adj(A)/0.

Method summary

  • det(A) from expansion or elimination
  • adj(A) from cofactors and transpose
  • A⁻¹ = adj(A) / det(A)
  • Check: A · A⁻¹ = I

Matrix multiply A by your candidate A⁻¹. Only a correct inverse reproduces I exactly up to arithmetic slips.

If adj(A) has fractions before division, that is normal. Dividing by det(A) often simplifies entries when factors align.

Exams often pair the method with small matrices where full cofactor expansion is feasible in the time allowed.

You now have definition, formula, procedure, tool tips, examples, cofactor focus, inverse links, transpose contrast, and determinant ties in one series.

Adjoint inverse method

  1. Compute det(A) and decide invertibility. If det(A) = 0, explain that no inverse exists.
  2. Compute adj(A). Use cofactors or the calculator, then transpose into adj(A).
  3. Divide every entry by det(A). This scalar division yields A⁻¹ under the adjoint method.
  4. Multiply A · A⁻¹. Confirm the product is I. Fix cofactors or division if any off-diagonal entry survives.

Full 2×2 inverse

Let A = [[5, 1], [3, 2]]. Then det(A) = 10 − 3 = 7 and adj(A) = [[2, −1], [−3, 5]].

A⁻¹ = [[2/7, −1/7], [−3/7, 5/7]] after dividing each entry by 7.

Multiply A by A⁻¹ to see the identity appear. For 3×3, the steps are identical but adj(A) requires nine cofactors first.

Run one last 3×3 inverse with the adjoint method, then keep the calculator bookmarked for fast adj(A) checks.