Solve square matrices using expansion by any row. See cofactors, minors, signs, and determinant totals. Download clean outputs for classes, notes, audits, and practice.
Choose a square matrix size, select a row or column for cofactor expansion, then enter values. Empty cells are treated as zero.
Laplace expansion computes the determinant by selecting one row or one column, then summing each entry multiplied by its cofactor.
General rule: det(A) = Σ aijCij
Cofactor rule: Cij = (-1)i+j × det(Mij)
Here, Mij is the minor matrix formed after removing row i and column j. The calculator evaluates each minor recursively until smaller determinants are reached.
This example uses a 3×3 matrix. Expanding across row 2 gives the same determinant as any valid row or column choice.
| Matrix Size | Expansion Choice | Matrix Entries | Expected Determinant |
|---|---|---|---|
| 3 × 3 | Row 2 | [2, 1, 3] [0, -1, 4] [5, 2, 1] | 17 |
It means finding the determinant through Laplace expansion. You choose one row or column, build minors, apply alternating signs, compute cofactors, and add all term contributions.
Zeros remove entire terms from the expansion. That reduces minor calculations and makes the determinant faster to compute and easier to verify by hand.
Yes. You can enter integers, decimals, negative values, and zeros. The result and each intermediate term are displayed using your selected output precision.
Yes. Any valid row or column expansion should produce the same determinant. Different choices only change the amount of arithmetic, not the final answer.
Cofactor signs follow the checkerboard pattern from (-1)i+j. This preserves the correct orientation of the determinant and ensures the expansion stays mathematically valid.
This version supports square matrices from 2×2 up to 5×5. That range is practical for detailed expansion steps without making the output too large.
It is the determinant of the smaller matrix left after removing one row and one column. Each minor helps build the cofactor for an expansion term.
Expansion is ideal for learning, proof work, symbolic patterns, and sparse matrices. Row reduction is often quicker for larger dense matrices when steps are not required.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.