Càlcul de determinants d'ordre 3: Regla de Sarrus

Calculeu els següents determinants.

$\left|\begin{matrix} 1 & 0 & 0\\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{matrix}\right|$, $\left|\begin{matrix} 3 & 2 & 1\\ -2 & -1 & 0 \\ 2 & -5 & 0 \end{matrix}\right|$

$\left|\begin{matrix} 1 & 0 & 0\\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{matrix}\right| \rightarrow \begin{matrix} \left|\begin{matrix} 1 & 0 & 0\\ 0 & 1 & 0\\ 0 & 0 & 1 \end{matrix}\right| \\ \begin{matrix} 1 & 0 & 0 \\ 0 & 1 & 0 \end{matrix}\end{matrix}=1\cdot1\cdot1+0+0-0\cdot1\cdot0-0-0=1$

$$\begin{matrix} \left|\begin{matrix} 3 & 2 & 1\\ -2 & -1 & 0\\ 2 & -5 & 0 \end{matrix}\right| \\ \begin{matrix} 3 & 2 & 1 \\ -2 & -1 & 0 \end{matrix}\end{matrix}=0+(-2)\cdot(-5)\cdot1+0-1\cdot(-1)\cdot2-0-0=12$$

$$1, 12$$

Inventar una matriu $3\times3$ i calcular el seu determinant.

$$B=\left(\begin{matrix} 3 & 1 & -1 \\ 0 & 1 & 2 \\ 1 & 1 & 0 \end{matrix} \right)$$

$$det(B)=\left|\begin{matrix} 3 & 1 & -1 \\ 0 & 1 & 2 \\ 1 & 1 & 0 \end{matrix} \right|=3\cdot1\cdot0+0\cdot1\cdot(-1)+1\cdot1\cdot2-(-1)\cdot1\cdot1-2\cdot1\cdot3-0\cdot1\cdot0=$$

$$=0+0+2+1-6-0=-3$$

$$det(B)=-3$$

Tornar al tema