Math

Determinant Calculator

Calculate the determinant of 2×2 and 3×3 matrices with step-by-step solutions.

CALCULATOR

Enter your numbers

Instant results
5
Determinant
Matrix: [2 3; 1 4]
det = (2 × 4) - (3 × 1)
det = 8 - 3
det = 5

THE NUMORIX GUIDE

How to use the Determinant Calculator

Last reviewed September 14, 2026

What this calculator does

For a 2x2 matrix [a,b;c,d], calculate det=a*d-b*c.

Formula and method

For a 2x2 matrix [a,b;c,d], calculate det=a*d-b*c. For a 3x3 matrix, expand det=a(ei-fh)-b(di-fg)+c(dh-eg).

Variables and inputs

Matrix Size defaults to 2x2 and the default elements are [2,3;1,4]. The UI also supports a 3x3 matrix with nine numeric elements.

Worked example

For [2,3;1,4]: det=(2*4)-(3*1)=8-3=5. In 3x3 mode, substitute the nine entries into the cofactor expansion shown in the result steps.

How to interpret the result

The determinant is a signed scale factor for area or volume under the associated linear transformation. A nonzero determinant indicates an invertible square matrix.

Common mistakes to avoid

Keep the 2x2 cross-products in the correct diagonal order. For 3x3 expansion, preserve the alternating plus-minus-plus signs and the matrix row order.

Assumptions and limitations

Only 2x2 and 3x3 square matrices are supported. The UI recalculates live and can temporarily pass incomplete or nonnumeric values as zero-like input depending on the field state.

Practical use and checks

A determinant is a compact check on whether a square matrix has an invertible, nonzero scaling relationship. For the 2 by 2 matrix [[2, 3], [1, 4]], enter those four values as a check; the result should be 2 x 4 minus 3 x 1, or 5. For a 3 by 3 matrix, expand by cofactors or use row operations to confirm the calculator's value. A nonzero determinant means the matrix is nonsingular, while zero means it cannot have an ordinary inverse. Use the 2 by 2 result to check a system-of-equations denominator or an area-scaling transformation, and remember that a determinant carries units raised to the matrix dimension when the entries have physical units. The calculator supports only 2 by 2 and 3 by 3 layouts and assumes the entries are supplied in row order. A mistyped cell can change the sign or magnitude substantially, so compare the displayed steps with the original matrix. Floating-point values may create a tiny nonzero result for a matrix that is theoretically singular; set a domain-appropriate tolerance rather than treating every last digit as meaningful. The tool does not calculate an inverse, eigenvalues, rank, or uncertainty, and a determinant alone does not explain an applied system.

Sources and references

COMMON QUESTIONS

Frequently asked questions

What does determinant zero tell me?

The square matrix is singular: its transformation collapses dimension and it has no ordinary inverse.

Can this handle a 4x4 determinant?

No. The current UI and engine provide only 2x2 and 3x3 formulas.