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