Rule of Sarrus

From HandWiki
Short description: Mnemonic device for calculating 3 by 3 matrix determinants
Rule of Sarrus: 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.

In matrix theory, the Rule of Sarrus is a mnemonic device for computing the determinant of a [math]\displaystyle{ 3 \times 3 }[/math] matrix named after the French mathematician Pierre Frédéric Sarrus.[1]

Consider a [math]\displaystyle{ 3 \times 3 }[/math] matrix

[math]\displaystyle{ M=\begin{bmatrix}a&b&c\\d&e&f\\g&h&i\end{bmatrix} }[/math]

then its determinant can be computed by the following scheme.

Write out the first two columns of the matrix to the right of the third column, giving five columns in a row. Then add the products of the diagonals going from top to bottom (solid) and subtract the products of the diagonals going from bottom to top (dashed). This yields[1][2]

[math]\displaystyle{ \begin{align} \det(M)= \begin{vmatrix} a&b&c\\d&e&f\\g&h&i \end{vmatrix}= aei + bfg + cdh - ceg - bdi - afh. \end{align} }[/math]
Alternative vertical arrangement

A similar scheme based on diagonals works for [math]\displaystyle{ 2 \times 2 }[/math] matrices:[1]

[math]\displaystyle{ \begin{vmatrix} a&b\\c&d \end{vmatrix} =ad - bc }[/math]

Both are special cases of the Leibniz formula, which however does not yield similar memorization schemes for larger matrices. Sarrus' rule can also be derived using the Laplace expansion of a [math]\displaystyle{ 3 \times 3 }[/math] matrix.[1]

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

References

  1. 1.0 1.1 1.2 1.3 Fischer, Gerd (1985) (in de). Analytische Geometrie (4th ed.). Wiesbaden: Vieweg. p. 145. ISBN 3-528-37235-4. 
  2. Paul Cohn: Elements of Linear Algebra. CRC Press, 1994, ISBN 9780412552809, p. 69

External links