Cofactor Matrix & Adjugate Calculator

Compute the cofactor matrix, adjugate (classical adjoint), determinant, and inverse of a 2×2 or 3×3 matrix with step-by-step cofactor breakdowns and visual grids.

Matrix A

Determinant
1.00
det(A) = 1.00
Is Invertible?
Yes
det ≠ 0, inverse exists
Cofactor Matrix
3×3 matrix
[-24, 20, -5] [18, -15, 4] [5, -4, 1]
Adjugate (adj A)
3×3 matrix
[-24, 18, 5] [20, -15, -4] [-5, 4, 1]
Inverse (A⁻¹)
3×3 matrix
[-24, 18, 5] [20, -15, -4] [-5, 4, 1]
1 / det(A)
1.000000
Scalar multiplier for A⁻¹ = (1/det) × adj(A)

Cofactor Matrix Grid

Col 1Col 2Col 3
Row 1-24.0020.00-5.00
Row 218.00-15.004.00
Row 35.00-4.001.00

Adjugate Matrix Grid

Col 1Col 2Col 3
Row 1-24.0018.005.00
Row 220.00-15.00-4.00
Row 3-5.004.001.00

Inverse Matrix (A⁻¹)

Col 1Col 2Col 3
Row 1-24185
Row 220-15-4
Row 3-541

Cofactor Breakdown

PositionMinor MᵢⱼSign (−1)^(i+j)Cofactor Cᵢⱼ
(1,1)-24.00+-24.00
(1,2)-20.0020.00
(1,3)-5.00+-5.00
(2,1)-18.0018.00
(2,2)-15.00+-15.00
(2,3)-4.004.00
(3,1)5.00+5.00
(3,2)4.00-4.00
(3,3)1.00+1.00

Cofactor Magnitudes — Visual

C(1,1)
-24.00
C(1,2)
20.00
C(1,3)
-5.00
C(2,1)
18.00
C(2,2)
-15.00
C(2,3)
4.00
C(3,1)
5.00
C(3,2)
-4.00
C(3,3)
1.00
Positive   Negative
Planning notes, formulas, and examples

About the Cofactor Matrix & Adjugate Calculator

The cofactor matrix of a square matrix A is formed by replacing each element aᵢⱼ with its cofactor Cᵢⱼ = (−1)^(i+j) × Mᵢⱼ, where Mᵢⱼ is the minor (the determinant of the sub-matrix obtained by deleting row i and column j). The adjugate (classical adjoint) is the transpose of the cofactor matrix.

The adjugate is essential for computing the matrix inverse using the formula A⁻¹ = (1/det(A)) × adj(A). This formula is elegant for theoretical work and practical for 2×2 and 3×3 matrices. It also appears in Cramer's rule for solving systems of linear equations.

This calculator lets you enter a 2×2 or 3×3 matrix and see its cofactor matrix, adjugate, determinant, and inverse (when it exists). Each cofactor is displayed in a grid that shows the sign pattern, minor value, and final cofactor value. The adjugate is presented alongside the original matrix for easy comparison. Bar charts visualize the relative magnitudes of cofactors across the matrix, making patterns immediately apparent.

When This Page Helps

Cofactor Matrix & Adjugate Calculator helps you solve cofactor matrix & adjugate problems quickly while keeping each step transparent. Instead of redoing long algebra by hand, you can enter your inputs once and immediately inspect Determinant, Is Invertible?, Cofactor Matrix to validate your work.

How to Use the Inputs

  1. Select the mode, method, or precision options that match your cofactor matrix & adjugate problem.
  2. Read Determinant first, then use Is Invertible? to confirm your setup is correct.
  3. Try a preset such as "2 × 2" to test a known case quickly.
  4. Compare the result with the formula and worked example so you can catch input, rounding, or setup mistakes.
Formula used
Cᵢⱼ = (−1)^(i+j) × Mᵢⱼ; adj(A) = [Cᵢⱼ]ᵀ; A⁻¹ = (1/det A) × adj(A)

Example Calculation

Result: Determinant shown by the calculator

Using the preset "2 × 2", the calculator evaluates the cofactor matrix & adjugate setup, applies the selected algebra rules, and reports Determinant with supporting checks so you can verify each transformation.

Tips & Best Practices

  • The adjugate is the TRANSPOSE of the cofactor matrix — don't confuse the two.
  • If det(A) = 0, the inverse does not exist.
  • For a 2×2 matrix, the adjugate has a simple pattern: swap diagonal, negate off-diagonal.
  • The formula A × adj(A) = det(A) × I is always true, even when det = 0.
  • Cofactors follow a checkerboard sign pattern: +−+, −+−, +−+.

How This Cofactor Matrix & Adjugate Calculator Works

This calculator takes the problem inputs and applies the relevant cofactor matrix & adjugate relationships from your chosen method. It returns both final and intermediate values so you can audit the process instead of treating it as a black box.

Interpreting Results

Start with the primary output, then use Determinant, Is Invertible?, Cofactor Matrix, Adjugate (adj A) to confirm signs, magnitude, and internal consistency. If anything looks off, change one input and compare the updated outputs to isolate the issue quickly.

Study Strategy

Sources & Methodology

Last updated:

Frequently Asked Questions

  • The cofactor matrix replaces each element aᵢⱼ with its cofactor Cᵢⱼ = (−1)^(i+j) × Mᵢⱼ. It captures each element's contribution to the determinant.