Determinants 2

Level pending

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 d e t ( 1 2 3 4 5 6 7 8 9 ) det \left( \begin{array}{ccc}1 & 2 & 3\\4 & 5 & 6\\ 7 & 8 & 9\end{array} \right)


The answer is 0.

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.

1 solution

Aloysius Ng
Nov 18, 2014

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 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 ) \left( \begin{array}{ccc} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{array} \right)

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 11 a 12 a 13 a 11 a 12 a 21 a 22 a 23 a 21 a 22 a 31 a 32 a 33 a 31 a 32 ) \left( \begin{array}{ccc} a_{11} & a_{12} & a_{13} & a_{11} & a_{12}\\ a_{21} & a_{22} & a_{23} & a_{21} & a_{22}\\ a_{31} & a_{32} & a_{33} & a_{31} & a_{32}\end{array} \right)

Draw diagonals of 3 and multiply the entries together.

We get a 11 a 22 a 33 a_{11}a_{22}a_{33} , a 12 a 23 a 31 a_{12}a_{23}a_{31} , a 13 a 21 a 32 a_{13}a_{21}a_{32} with diagonals sloping down and

a 12 a 21 a 33 a_{12}a_{21}a_{33} , a 11 a 23 a 32 a_{11}a_{23}a_{32} and a 13 a 22 a 31 a_{13}a_{22}a_{31} sloping up.

Lastly, we add the diagonals sloping down and minus the diagonals sloping up to get the formula

a 11 a 22 a 33 + a 12 a 23 a 31 + a 13 a 21 a 32 a 12 a 21 a 33 a 11 a 23 a 32 a 13 a 22 a 32 a_{11}a_{22}a_{33}+a_{12}a_{23}a_{31}+a_{13}a_{21}a_{32}-a_{12}a_{21}a_{33}-a_{11}a_{23}a_{32}-a_{13}a_{22}a_{32}

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 1 \times 5 \times 9 + 2 \times 6 \times 8 + 3 \times 4 \times 8 - 2 \times 4 \times 9 - 1 \times 6 \times 8 - 3 \times 5 \times 7 = 0

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...