3x3 Determinant Calculator

3x3 determinant calculator computes det(A) via cofactor expansion along the first row. Enter nine matrix values and instantly get the determinant, plus whether the matrix is invertible. det([[1,2,3],[0,4,5],[1,0,6]]) = 22.

Enter Values

Result

Enter values above and click Calculate to see your result.

AI Assistant

Ask about this calculator

I can help you understand the 3x3 determinant calculator formula, interpret your results, and answer follow-up questions.

Try asking

Formula

#
Core Formula
det(A)=a(eifh)b(difg)+c(dheg)\det(A) = a(ei - fh) - b(di - fg) + c(dh - eg)

How it works: Expand along the first row using three 2x2 minors with alternating signs (+, -, +).

Worked Example

Find the determinant of [[1,2,3],[0,4,5],[1,0,6]].
1Step 1: Label entries: a=1, b=2, c=3, d=0, e=4, f=5, g=1, h=0, i=6.
2Step 2: det = 1(4x6 - 5x0) - 2(0x6 - 5x1) + 3(0x0 - 4x1).
3Step 3: det = 1(24 - 0) - 2(0 - 5) + 3(0 - 4) = 24 + 10 - 12 = 22.
4Step 4: Since det = 22 is not zero, this matrix is invertible.

How to Calculate a 3x3 Determinant

The determinant of a 3x3 matrix is a single number that tells you whether the matrix is invertible and how the matrix scales volumes in 3D space.

  • Formula: det = a(ei-fh) - b(di-fg) + c(dh-eg) using first-row cofactor expansion
  • If det = 0, the matrix is singular: it has no inverse, and any associated system of equations has no unique solution
  • If det is not zero, the matrix is invertible and the system Ax = b has exactly one solution
  • The absolute value of the determinant equals the volume scaling factor when the matrix is used as a linear transformation

You can expand along any row or column to get the same determinant. The first row is conventional and often simplest when it contains zeros.

You can also calculate changes using our 4x4 Determinant Calculator, Inverse Matrix Calculator, Matrix Multiplication Calculator or Determinant Calculator.

Frequently Asked Questions

How do I calculate a 3x3 determinant step by step?

For matrix [[a,b,c],[d,e,f],[g,h,i]]:

(1) Multiply a by the 2x2 minor (ei-fh).

(2) subtract b times the minor (di-fg).

(3) add c times the minor (dh-eg). Example: [[1,2,3],[0,4,5],[1,0,6]] gives 1(24-0) - 2(0-5) + 3(0-4) = 24 + 10 - 12 = 22.

What does a determinant of zero mean?

A determinant of zero means the matrix is singular (not invertible). The rows are linearly dependent, meaning one row is a combination of the others. For a system of equations Ax = b, det(A) = 0 means the system has either no solution or infinitely many solutions, never a unique one.

Is cofactor expansion the only way to compute a determinant?

No. Other methods include: row reduction to upper triangular form (then multiply the diagonal), the Sarrus rule (a shortcut specific to 3x3), and the Leibniz formula. For hand calculation, cofactor expansion is the most common. For larger matrices, row reduction is more efficient.

Can I expand along a different row or column?

Yes. You can expand along any row or column and get the same result. Choosing a row or column with zeros simplifies the calculation because those terms drop out. For [[1,2,3],[0,4,5],[1,0,6]], expanding along column 1 is easier because it contains a zero.

What is the determinant used for in practice?

Determinants are used to: check if a matrix is invertible (det not zero), solve systems of linear equations (Cramer's rule), compute cross products in 3D vectors, find eigenvalues, calculate area (2x2) and volume (3x3) scaling, and determine orientation of geometric transformations.

How can I put this 3x3 Determinant Calculator on my blog or website?

Yes, the 3x3 Determinant Calculator is fully embeddable. Tap "Embed" above to configure appearance and copy the code. It is free to use, works on any platform (HTML, WordPress, CMS), and adjusts to any screen size automatically. Visit calculory.com/services/embed-calculators for the complete guide.

Accurate and Reliable

All calculations run locally. Solve equations with confidence using AI-verified methods.

Verified Precision

Precise Algebraic Calculations Powered by Calculory AI