Wize University Linear Algebra Textbook > Determinants

(Optional) Shortcut for 3x3 Determinants

0:00 / 0:00

Shortcut for 3×3\colorOne{3 \times 3} Determinants

There is a quick and easy way of finding the determinant of a 3×33 \times 3 matrix called the Rule of Sarrus.
Steps
  1. Copy the first 2 columns to the right of the original matrix
  2. Draw diagonal arrows spanning three entries each
  3. Multiply along the arrows
  4. Products with arrows from top to bottom are added (++)
  5. Products with arrows from bottom to top are subtracted (-)
Example
Given the matrix 𝐴=[123456789]𝐴=\begin{bmatrix} 1&2&3\\ 4&5&6\\ 7&8&9\\ \end{bmatrix}, find det(A)\det A.

det(A)=(1)(5)(9)+(2)(6)(7)+(3)(4)(8)(7)(5)(3)(8)(6)(1)(9)(4)(2)=45+84+961054872=0\begin{aligned} \det A &=(1)(5)(9)+(2)(6)(7)+(3)(4)(8)−(7)(5)(3)−(8)(6)(1)−(9)(4)(2)\\[0.5em] &=45+84+96-105-48-72\\[0.5em] &= \boxed{0} \end{aligned}
0:00 / 0:00

Example: Shortcut for 3×3\colorOne{3 \times 3} Determinants

A=[202110504]A= \left[ \begin{array}{rrr} 2 & 0 & -2\\ 1 & -1 & 0\\ 5 & 0 & 4\\ \end{array} \right]. Use the Rule of Sarrus to find det(A)\det A.

det(A)=(2)(1)(4)+(0)(0)(5)+(2)(1)(0)(5)(1)(2)(0)(0)(2)(4)(1)(0)=8+0+01000=18\begin{aligned} \det A &= (2)(-1)(4) + (0)(0)(5) + (-2)(1)(0) - (5)(-1)(-2) - (0)(0)(2) - (4)(1)(0)\\ &= -8 + 0 + 0 -10 - 0 - 0\\ &= \boxed{-18} \end{aligned}

Let A=[61aa20012]A=\left[\begin{array}{rrr} -6&1& a\\ a&-2&0\\ 0&1& -2 \end{array}\right]. Find the value(s) of aa such that AA is not invertible.
Extra Practice