Sarrus' rule: Computing third-order determinants

Now let’s see how to compute the determinant of a 3×3 matrix. Sarrus' rule is useful for third-order determinants only.

We have our determinant of any 3×3 matrix, for instance:

(123456789)

We rewrite the first two rows while occupying hypothetical fourth and fifth rows, respectively:

|123456789|123456

Once this is done the calculation of the determinant is computed as follows:

  1. Multiply the diagonal elements.
  2. The descending diagonal from left to right has a sign +, while the descending diagonal from right to left has the sign .

|123456789|123456=159+483+726357681924=0

Now take a look at the following example,

Example

|915347820||915347820|915347=940+325+817548729013=

=86286=200

As you can see the method is very simple, although the number of operations to perform is high, as is the possibility of error in the calculations.

There are certain properties that speed up the calculations, although it is also habitual to use powerful calculators to compute determinants.