Types: N/A
Examples: N/A
Constructions: N/A
Generalizations: 16.5 Permutation Definition of Determinant

Properties: N/A
Sufficiencies: N/A
Questions:

Rule of Sarrus

The rule of Sarrus is a mnemonic device for computing the determinant of a 3×3 matrix.
!300
The determinant of the three columns on the left is the sum of the products along the down-right diagonals minus the sum of the products along the up-right diagonals.

Remark. Another way to think of Sarrus' rule is to imagine that the matrix is wrapped around a cylinder, such that the right and left edges are joined.
!300


Rule of Sarrus

Consider a matrix AR3×3.

A=[a11a12a13a21a22a23a31a32a33]

\begin{proof}[Solution.]
We can compute the determinant by following the steps of the Rule of Sarrus.

det(A)=a11a12a13a11a12a21a22a23a21a22a31a32a33a31a32=a11a22a33+a12a23a31+a13a21a32a13a22a31a11a23a32a12a21a33

\end{proof}