Home Blog Tools

Adjoint & Cofactor Matrix Calculator

Compute the cofactor matrix and adjoint (adjugate) of any square matrix — with every minor determinant expanded step by step.

Matrix Setup
Theory & Key Formulas
Minor $M_{ij}$ — The determinant of the $(n{-}1)\times(n{-}1)$ submatrix obtained by deleting row $i$ and column $j$ from $A$.
Cofactor $C_{ij}$ — The signed minor: $$C_{ij} = (-1)^{i+j} M_{ij}$$ The sign pattern follows the checkerboard: $+$ when $i+j$ is even, $-$ when $i+j$ is odd.
Adjoint (Adjugate) — Transpose of the cofactor matrix: $$\text{adj}(A) = C^T, \quad [\text{adj}(A)]_{ij} = C_{ji}$$
Key identity: $A \cdot \text{adj}(A) = \det(A) \cdot I$
Hence: $A^{-1} = \dfrac{\text{adj}(A)}{\det(A)}$  (when $\det(A) \neq 0$)