Adjoint Matrix Calculator
Calculate the adjoint (adjugate) of a square matrix with step-by-step solutions.
Adjoint Matrix Results
Original Matrix:
Adjoint Matrix:
Calculation Steps:
How to Calculate Adjoint Matrix
To calculate the adjoint (adjugate) of a matrix:
- Find the cofactor matrix by calculating the minor of each element
- Take the transpose of the cofactor matrix
For a 2×2 matrix:
- Original matrix: [[a, b], [c, d]]
- Adjoint matrix: [[d, -b], [-c, a]]