<exercise checkit-seed="0005" checkit-slug="G2" checkit-title="Determinants">
<statement>
<p>Show how to compute the determinant of the matrix <me>A= \left[\begin{array}{cccc}
-5 & -3 & 2 & -3 \\
-4 & 5 & 1 & -2 \\
6 & -6 & 5 & 0 \\
0 & 0 & 1 & -2
\end{array}\right] .</me>.</p>
</statement>
<answer>
<me>\operatorname{det}\ \left[\begin{array}{cccc}
-5 & -3 & 2 & -3 \\
-4 & 5 & 1 & -2 \\
6 & -6 & 5 & 0 \\
0 & 0 & 1 & -2
\end{array}\right] = 376 </me>
</answer>
</exercise>