Sponsored Links

Kamis, 09 November 2017

Sponsored Links

Finding the Determinant of a 3x3 Matrix using Minors OR Rule of ...
src: i.ytimg.com

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 ) , {\displaystyle M={\begin{pmatrix}a_{11}&a_{12}&a_{13}\\a_{21}&a_{22}&a_{23}\\a_{31}&a_{32}&a_{33}\end{pmatrix}},}

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 . {\displaystyle \det(M)={\begin{vmatrix}a_{11}&a_{12}&a_{13}\\a_{21}&a_{22}&a_{23}\\a_{31}&a_{32}&a_{33}\end{vmatrix}}=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 . {\displaystyle \det(M)={\begin{vmatrix}a_{11}&a_{12}\\a_{21}&a_{22}\end{vmatrix}}=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.


Video Rule of Sarrus



References

  • Paul Cohn: Elements of Linear Algebra. CRC Press, 1994, ISBN 9780412552809, pp. 69
  • Khattar, Dinesh (2010). The Pearson Guide to Complete Mathematics for AIEEE (3rd ed.). Pearson Education India. p. 6-2. ISBN 978-81-317-2126-1. 
  • Fischer, Gerd (1985). Analytische Geometrie (in German) (4th ed.). Wiesbaden: Vieweg. p. 145. ISBN 3-528-37235-4. 

Maps Rule of Sarrus



External links

  • Sarrus' rule at Planetmath
  • Linear Algebra: Rule of Sarrus of Determinants at khanacademy.org

Source of the article : Wikipedia

Comments
0 Comments