Determinant Calculator
A determinant calculator is a linear algebra tool used to evaluate the determinant of square matrices, specifically of 2x2 and 3x3 sizes. It multiplies diagonal elements and subtracts anti-diagonal products, expanding larger matrices by using minor sub-matrices recursively. The determinant is used to determine matrix invertibility, solve linear equation systems using Cramer's rule, and calculate scaling areas or volumes.
Calculate the determinant of a 2x2 or 3x3 matrix instantly with step-by-step minor expansions.
Quick Answer
Compute the determinant of a 2x2 or 3x3 matrix. Enter your matrix values to see the calculated scalar result and expansion steps.
Matrix Dimensions
Matrix Entries
Determinant of 2x2 Matrix
-2
The determinant characterizes whether the system of linear equations represented by this matrix has a unique solution.
Examples
2x2 Matrix [[3, 8], [4, 6]]
det = (3 × 6) − (8 × 4) = 18 − 32 = -14
3x3 Matrix [[1, 2, 3], [0, 4, 5], [1, 0, 6]]
det = 1(24) − 2(-5) + 3(-4) = 24 + 10 − 12 = 22
How it works
The calculator performs cross-multiplication of elements along the diagonals and subtracts the product of the anti-diagonal elements, scaling up recursively for 3x3 matrices.
2x2 Formula · ad − bc
3x3 Formula · a11(M11) − a12(M12) + a13(M13)
How to calculate the determinant
To find the determinant of a square matrix, apply expansion by minors. This method breaks down larger matrices into smaller 2x2 sub-matrices.
For a 2x2 matrix:
For a 3x3 matrix:
Related matrix calculators
Solve more complex matrix algebra problems using these tools:
- Matrix Calculator — perform addition, subtraction, multiplication, and transposition on matrices.
- Eigenvalue Calculator — calculate the eigenvalues and eigenvectors of square matrices.
Related Calculators
More tools from Education



