<?xml version="1.0" encoding="UTF-8"?>

<record version="6" id="9950">
 <title>rule of Sarrus</title>
 <name>RuleOfSarrus</name>
 <created>2007-09-20 17:03:32</created>
 <modified>2008-03-16 12:56:58</modified>
 <type>Result</type>
<parent id="2797">determinant</parent>
 <creator id="2872" name="pahio"/>
 <author id="2872" name="pahio"/>
 <classification>
	<category scheme="msc" code="15A15"/>
 </classification>
 <synonyms>
	<synonym concept="rule of Sarrus" alias="Sarrus rule"/>
	<synonym concept="rule of Sarrus" alias="Sarrus' rule"/>
 </synonyms>
 <related>
	<object name="LaplaceExpansion"/>
 </related>
 <keywords>
	<term>mnemonic</term>
 </keywords>
 <preamble>% this is the default PlanetMath preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
 \usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here

\theoremstyle{definition}
\newtheorem*{thmplain}{Theorem}
</preamble>
 <content>For calculating the value of a determinant 
$$D = 
\left|\begin{matrix}
a_{11} &amp; a_{12} &amp; a_{13}\\
a_{21} &amp; a_{22} &amp; a_{23}\\
a_{31} &amp; a_{32} &amp; a_{33}
\end{matrix}\right|
$$
with three rows, it is comfortable to use the {\em rule of Sarrus} (invented 1833 by the French mathematician P. F. Sarrus). 

The rule comprises that first one writes the two first columns of the determinant on the \PMlinkescapetext{right side} of the determinant (seeing thus a $3\!\times\!5$ matrix!): 
$$
\left|\begin{matrix}
a_{11} &amp; a_{12} &amp; a_{13}\\
a_{21} &amp; a_{22} &amp; a_{23}\\
a_{31} &amp; a_{32} &amp; a_{33}
\end{matrix}\right|
\begin{matrix}
\,a_{11} &amp; a_{12}\\
\,a_{21} &amp; a_{22}\\
\,a_{31} &amp; a_{32}
\end{matrix}
$$
Here one sums the products on all lines parallel to the main diagonal of $D$ and subtracts the products on the lines parallel to the second diagonal of $D$.  Accordingly, one obtains the expression
$$a_{11}a_{22}a_{33}+a_{12}a_{23}a_{31}+a_{13}a_{21}a_{32}
 -a_{13}a_{22}a_{31}-a_{11}a_{23}a_{32}-a_{12}a_{21}a_{33},$$
which gives the value of the determinant $D$.

There is no corresponding rule for determinants with more or less rows.   

</content>
</record>
