Laplace expansion formula
Row expansion: det(A) = Σ aijCij, taken across a fixed row.
Column expansion: det(A) = Σ aijCij, taken down a fixed column.
Cofactor: Cij = (−1)i+j det(Mij), where Mij is the minor formed after deleting row i and column j.
The calculator respects your chosen top-level row or column, then recursively evaluates minors. It also suggests a faster branch with more zeros because zero terms disappear instantly.