Determinant of a 3×3 Matrix Calculator

Published on: November 2 2025

This Determinant of a 3×3 Matrix Calculator helps you find the determinant of a 3×3 matrix and shows each step clearly. It works by expanding the matrix using cofactors from the first row, then simplifying the expression into one determinant value. This makes it useful for checking answers, understanding how a determinant is calculated, and practising linear algebra step by step.

Step-by-step method

  1. Identify the entries a through i in the 3×3 matrix.
  2. Find the determinant by breaking it into the a-part, b-part, and c-part.
  3. Combine the parts using det( A ) = a-part − b-part + c-part.

Formula:

det( A ) = a(ei − fh) − b(di − fg) + c(dh − eg)
where A =
a
b
c
d
e
f
g
h
i

Example 1: Take the matrix below.

A =
1
2
3
0
4
5
1
0
6

Step 1 - Identify the entries a through i in the 3×3 matrix.

In this problem: For a 3×3 matrix, label the entries from left to right and top to bottom as a through i.

a = 1, b = 2, c = 3
d = 0, e = 4, f = 5
g = 1, h = 0, i = 6

Step 2A - Find the a-part of the determinant.

In this problem: The a-part is a(ei − fh).

a(ei − fh) = ( 1 )×(( 4 )×( 6 ) − ( 5 )×( 0 )) = 24

Step 2B - Find the b-part of the determinant.

In this problem: The b-part is b(di − fg). This part is subtracted in the determinant formula.

b(di − fg) = ( 2 )×(( 0 )×( 6 ) − ( 5 )×( 1 )) = -10

Step 2C - Find the c-part of the determinant.

In this problem: The c-part is c(dh − eg).

c(dh − eg) = ( 3 )×(( 0 )×( 0 ) − ( 4 )×( 1 )) = -12

Step 2D - Combine the determinant parts.

In this problem: The determinant is 22.

det( A ) = ( 24 ) − ( -10 ) + ( -12 ) = 22

Final answer: det( A ) = 22

Example 2: Take the matrix below.

A =
-2
1
3
4
0
-1
2
5
1

Step 1 - Identify the entries a through i in the 3×3 matrix.

In this problem: For a 3×3 matrix, label the entries from left to right and top to bottom as a through i.

a = -2, b = 1, c = 3
d = 4, e = 0, f = -1
g = 2, h = 5, i = 1

Step 2A - Find the a-part of the determinant.

In this problem: The a-part is a(ei − fh).

a(ei − fh) = ( -2 )×(( 0 )×( 1 ) − ( -1 )×( 5 )) = -10

Step 2B - Find the b-part of the determinant.

In this problem: The b-part is b(di − fg). This part is subtracted in the determinant formula.

b(di − fg) = ( 1 )×(( 4 )×( 1 ) − ( -1 )×( 2 )) = 6

Step 2C - Find the c-part of the determinant.

In this problem: The c-part is c(dh − eg).

c(dh − eg) = ( 3 )×(( 4 )×( 5 ) − ( 0 )×( 2 )) = 60

Step 2D - Combine the determinant parts.

In this problem: The determinant is 44.

det( A ) = ( -10 ) − ( 6 ) + ( 60 ) = 44

Final answer: det( A ) = 44

Matrix A