After finding the determinant of a 2 by 2 matrix, next will be a 3 by 3... There is a formula to it, known as Sarrus' Rule. Find
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Sarrus' Rule is a formula used to find the determinant of a 3 by 3 matrix. Here is how it works, given a matrix
⎝ ⎛ a 1 1 a 2 1 a 3 1 a 1 2 a 2 2 a 3 2 a 1 3 a 2 3 a 3 3 ⎠ ⎞
The numbers represent the row and column of the entry in the matrix
Copy the first two columns to the end of the matrix, so you will get
⎝ ⎛ a 1 1 a 2 1 a 3 1 a 1 2 a 2 2 a 3 2 a 1 3 a 2 3 a 3 3 a 1 1 a 2 1 a 3 1 a 1 2 a 2 2 a 3 2 ⎠ ⎞
Draw diagonals of 3 and multiply the entries together.
We get a 1 1 a 2 2 a 3 3 , a 1 2 a 2 3 a 3 1 , a 1 3 a 2 1 a 3 2 with diagonals sloping down and
a 1 2 a 2 1 a 3 3 , a 1 1 a 2 3 a 3 2 and a 1 3 a 2 2 a 3 1 sloping up.
Lastly, we add the diagonals sloping down and minus the diagonals sloping up to get the formula
a 1 1 a 2 2 a 3 3 + a 1 2 a 2 3 a 3 1 + a 1 3 a 2 1 a 3 2 − a 1 2 a 2 1 a 3 3 − a 1 1 a 2 3 a 3 2 − a 1 3 a 2 2 a 3 2
We apply this into our number-padded matrix and we get 1 × 5 × 9 + 2 × 6 × 8 + 3 × 4 × 8 − 2 × 4 × 9 − 1 × 6 × 8 − 3 × 5 × 7 = 0