Math

Instant, private, and free

Adjoint Matrix Calculator.

Calculate the adjoint (adjugate) and determinant of a 2×2 matrix.

On-device calculationNo signup
01

Set your values

Results update as you type.

Adjoint a: 4

Adjoint a

0.000000
Adjoint b: -2

Adjoint b

0.000000
Adjoint c: -3

Adjoint c

0.000000
Adjoint d: 1

Adjoint d

0.000000
Determinant: -2

Determinant

0.000000

Results update automatically as you type.

Use Cases

Solving systems of linear equations

Use the adjoint and determinant to find the inverse of a 2x2 coefficient matrix, which helps solve systems of two linear equations.

Example: Solve 2x + 3y = 5 and 4x + 6y = 10 using matrix inversion.

Verifying matrix properties

Check if a matrix is invertible by computing its determinant. A non-zero determinant means the matrix has an inverse, and the adjoint provides the necessary cofactors.

Example: Determine if [[1, 2], [3, 4]] is invertible.

Frequently Asked Questions

What is the adjoint of a 2x2 matrix?
The adjoint (or adjugate) of a 2x2 matrix is the transpose of its cofactor matrix. For a matrix [[a, b], [c, d]], the adjoint is [[d, -b], [-c, a]]. It is used to find the inverse of a matrix.
How is the determinant of a 2x2 matrix calculated?
For a 2x2 matrix with entries a, b, c, d, the determinant is calculated as ad - bc. This value is essential for finding the inverse and understanding the matrix's properties.
Can I use the adjoint to find the inverse of a 2x2 matrix?
Yes. The inverse of a 2x2 matrix is (1/det(A)) * adj(A), provided the determinant is not zero. This calculator gives you the adjoint and determinant, so you can easily compute the inverse.

Tips & Common Mistakes

Tips

  • Double-check your entries: a, b, c, d correspond to the matrix positions: a is top-left, b top-right, c bottom-left, d bottom-right.
  • Remember the adjoint formula: swap a and d, then negate b and c.
  • The determinant (ad - bc) must be non-zero for the matrix to have an inverse.
  • Use the adjoint and determinant together to quickly compute the inverse: (1/det) * adjoint.

Common Mistakes to Avoid

  • Mixing up the positions of b and c when entering values; ensure b is top-right and c is bottom-left.
  • Forgetting to negate b and c when forming the adjoint; the adjoint is [[d, -b], [-c, a]].
  • Calculating the determinant as ab - cd instead of ad - bc.

Last updated: August 13, 2026