Neha Patil (Editor)

Rule of Sarrus

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Rule of Sarrus

Sarrus' rule or Sarrus' scheme is a method and a memorization scheme to compute the determinant of a 3×3 matrix. It is named after the French mathematician Pierre Frédéric Sarrus.

Consider a 3×3 matrix

M = ( a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 ) ,

then its determinant can be computed by the following scheme:

Write out the first 2 columns of the matrix to the right of the 3rd column, so that you have 5 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:

det ( M ) = | a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 | = a 11 a 22 a 33 + a 12 a 23 a 31 + a 13 a 21 a 32 a 31 a 22 a 13 a 32 a 23 a 11 a 33 a 21 a 12 .

A similar scheme based on diagonals works for 2x2 matrices:

det ( M ) = | a 11 a 12 a 21 a 22 | = a 11 a 22 a 21 a 12 .

Both are special cases of the Leibniz formula, which however does not yield similar memorization schemes for larger matrices. Sarrus's rule can also be derived by looking at the Laplace expansion of a 3×3 matrix.

References

Rule of Sarrus Wikipedia


Similar Topics