Cofactor Matrix Calculator
Find all nine signed minors of a 3×3 matrix and its determinant for adjugate and inverse calculations.
About cofactor matrices
Cofactor matrix examples
These examples show how matrix structure affects signed minors.
| Matrix rows | Cofactor rows | Observation |
|---|---|---|
| [1 2 3], [0 1 4], [5 6 0] | [-24 20 -5], [18 -15 4], [5 -4 1] | The original determinant is 1. |
| [2 0 0], [0 3 0], [0 0 4] | [12 0 0], [0 8 0], [0 0 6] | A diagonal matrix produces a diagonal cofactor matrix. |
| [1 0 0], [0 1 0], [0 0 1] | [1 0 0], [0 1 0], [0 0 1] | The identity matrix is its own cofactor matrix. |
How to calculate a cofactor matrix
- Enter the nine matrix entries row by row.
- Select Calculate Cofactor Matrix.
- Read each signed minor in the same position as its original entry.
- Transpose the displayed matrix if you need the adjugate.
Cofactor matrix FAQ
Is the cofactor matrix the same as the adjugate?
No, the adjugate is the transpose of the cofactor matrix. Rows and columns must be exchanged before using it in the inverse formula.
How is each cofactor calculated?
Delete the entry's row and column, calculate the remaining 2×2 determinant, and apply the alternating sign. The result occupies the original entry's position.
Can a singular matrix have cofactors?
Yes, cofactors are defined whether or not the original determinant is zero. A zero determinant prevents inversion but does not prevent calculating signed minors.
What sign pattern does a 3×3 cofactor matrix use?
The pattern alternates from a positive upper-left entry like a checkerboard. Its rows are plus-minus-plus, minus-plus-minus, and plus-minus-plus.
How do cofactors produce an inverse?
Transpose the cofactor matrix to form the adjugate, then divide every entry by the original determinant. This works only when that determinant is nonzero.