Mathematiques
Instantané, privé et gratuit
Adjoint Matrix Calculator.
Calculate the adjoint (adjugate) and determinant of a 2×2 matrix.
Saisissez vos valeurs
Les résultats se mettent à jour pendant la saisie.
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