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