ALGEBRAAlgebraMathematics Calculator
det

Matrix Determinant

det(A) is a scalar: for 2×2, det=ad−bc. Zero determinant means singular (no inverse). Determinant = scale factor for area/volume under the transformation. Sarrus rule for 3×3.

Concept Fundamentals
ad−bc
2×2
Sarrus rule
3×3
Singular
det=0
Scale factor
Area

Did our AI summary help? Let us know.

det(AB)=det(A)·det(B). det(Aᵀ)=det(A). Eigenvalues: roots of det(A−λI)=0. Geometric: |det(A)| = area/volume scale factor.

Key quantities
ad−bc
2×2
Key relation
Sarrus rule
3×3
Key relation
Singular
det=0
Key relation
Scale factor
Area
Key relation

Ready to run the numbers?

Why: Determinant tests invertibility (det≠0), gives area/volume scaling, and appears in eigenvalue formulas (det(A−λI)=0). Cramer's rule uses determinants to solve systems.

How: 2×2: det([[a,b],[c,d]])=ad−bc. 3×3 Sarrus: add forward diagonals, subtract backward. Cofactor: expand along row/column. det(A)=0 ⟺ A singular (no inverse).

det(AB)=det(A)·det(B). det(Aᵀ)=det(A).Eigenvalues: roots of det(A−λI)=0.

Run the calculator when you are ready.

Compute Determinant2×2, 3×3, cofactor expansion

Enter Matrix

determinant
CALCULATED
$ det --size=invertible
Determinant
8
Singular?
No
Invertible?
Yes
Share:

Diagonal Products (Sarrus)

Positive vs Negative Contributions

Calculation Steps

2×2 DETERMINANT
Formuladet(A) = ad − bc
Calculation(3×5) − (7×1) = 15 − 7
Result8
Singular?No (invertible)

For educational and informational purposes only. Verify with a qualified professional.

🧮 Fascinating Math Facts

📐

2×2 det = area of parallelogram from column vectors.

— Geometry

🔢

Cramer: xᵢ=det(Aᵢ)/det(A) where Aᵢ has b in column i.

— Cramer

Geometric Interpretation

  • 2×2: |det(A)| = area of parallelogram spanned by column vectors. Sign indicates orientation.
  • 3×3: |det(A)| = volume of parallelepiped spanned by column vectors.
  • Linear transformation: det(A) is the scaling factor for area/volume under the map x → Ax.
  • Singular matrix: det = 0 means columns are linearly dependent — transformation collapses to lower dimension.

Cramer's Rule

For Ax = b with A invertible (det(A) ≠ 0), the unique solution is xᵢ = det(Aᵢ) / det(A), where Aᵢ is A with column i replaced by b.

x₁ = det(A₁)/det(A), x₂ = det(A₂)/det(A), ...

Row Operations & Determinant

Swap two rows: det changes sign (multiply by −1)

Multiply row by k: det multiplies by k

Add multiple of one row to another: det unchanged

det(AB) = det(A) × det(B): Determinant of product is product of determinants

Formulas

SizeFormula
2×2det = ad − bc
3×3Sarrus: sum of forward diagonals − sum of backward diagonals. Or cofactor expansion along any row/column.

Did You Know?

📐For 2×2, |det| equals the area of the parallelogram formed by the column vectors.Source: Geometry
🔄Rotation matrices have det = 1 (preserve area/volume). Reflection matrices have det = −1.Source: Linear algebra
📊In data science, covariance matrices have det related to the generalized variance of the data.Source: Statistics
🔬In physics, the determinant of a transformation matrix gives the scaling of volume under the map.Source: Physics

Expert Tips

Choose the best row/column

For cofactor expansion, pick a row or column with the most zeros to minimize computation.

Row operations first

Use row operations to get zeros before expanding — det changes predictably (swap = −1, scale = k).

Check singularity early

If two rows or columns are proportional, det = 0. No need to compute fully.

det(AB) = det(A)det(B)

Use this to simplify: factor a matrix into easier pieces, multiply their determinants.

Frequently Asked Questions

What does a zero determinant mean?

det(A) = 0 means the matrix is singular — no inverse exists. The columns (and rows) are linearly dependent.

What is the geometric meaning of the determinant?

For 2×2: |det| = area of parallelogram spanned by columns. For 3×3: |det| = volume of parallelepiped.

What is Cramer's rule?

For Ax = b with det(A) ≠ 0, xᵢ = det(Aᵢ)/det(A) where Aᵢ is A with column i replaced by b.

What is the Sarrus rule?

For 3×3: add products of forward diagonals, subtract products of backward diagonals. Only works for 3×3.

What is the cofactor matrix?

Cᵢⱼ = (−1)^(i+j) × Mᵢⱼ where Mᵢⱼ is the determinant of the submatrix with row i and column j removed.

What is the adjugate?

adj(A) = transpose of the cofactor matrix. Used in A⁻¹ = adj(A) / det(A).

Quick Reference

ad − bc
2×2 determinant
det = 0
Singular (no inverse)
det(AB)
= det(A)·det(B)
|det|
Area/volume scaling

When Determinants Matter

Determinants appear in solving linear systems (Cramer's rule), finding eigenvalues (det(A−λI)=0), computing inverses (A⁻¹ = adj(A)/det(A)), testing invertibility, and measuring how linear transformations scale area or volume.

Common Determinants

Matrix TypeDeterminant
Identity Iₙdet(I) = 1
Diagonaldet = product of diagonal entries
Triangulardet = product of diagonal entries
2×2 rotation (θ)det = 1 (area-preserving)
Scaling by kdet = kⁿ for n×n matrix

Singular matrices: A matrix with det = 0 has no inverse. The columns (and rows) are linearly dependent. Such matrices arise in systems with no unique solution or infinitely many solutions.

AI
NumberVibe

Related Calculators

Eigenvalue Calculator

Find eigenvalues and eigenvectors of 2×2 and 3×3 matrices. Compute characteristic polynomial, trace, determinant. Supports real and complex eigenvalues....

Mathematics

Matrix Calculator

Add, subtract, scalar multiply, transpose, and invert 2×2 and 3×3 matrices. Step-by-step solutions, matrix properties (symmetric, diagonal), Bar and Doughnut...

Mathematics

Simultaneous Equation Calculator

Solve 2×2 and 3×3 systems of linear equations. Supports elimination, substitution, Cramer's rule, and matrix method. Classify systems as consistent (unique solution), inconsistent (no solution), or dependent (infinitely many). Bar chart of solution values, doughnut showing classification. Examples: 2x+3y=7 and x-y=1, parallel lines (no solution), dependent system, 3×3 system, mixture problem, investment allocation. Educational content on elimination, substitution, graphical interpretation, Cramer's rule, and matrix method.

Mathematics

Systems of Equations Calculator

Solve 2×2 and 3×3 systems of linear equations. Elimination method, Gaussian elimination, determinant, classification (consistent/dependent/inconsistent)....

Mathematics

Absolute Value Equation Calculator

Solve absolute value equations and inequalities including |ax+b|=c, |ax+b|=|cx+d|, and |ax+b|≤c forms. Features solution verification, number line...

Mathematics

Absolute Value Inequalities Calculator

Solve absolute value inequalities |ax+b| < c, > c, ≤ c, ≥ c. Get solution intervals, interval notation, set builder notation, number line visualization...

Mathematics