<exercise checkit-seed="0003" checkit-slug="G1" checkit-title="Row operations and determinants">
<statement>
<p>Let <m>A</m> be a <m>4 \times 4</m> matrix with determinant <m> 5 </m>.</p>
<ol>
<li>Let <m>N</m> be the matrix obtained from <m>A</m> by applying the row operation <m> R_1 \to R_1 + -3R_3 </m>.
What is <m>\operatorname{det}\ N</m>?</li>
<li>Let <m>B</m> be the matrix obtained from <m>A</m> by applying the row operation <m> R_2 \leftrightarrow R_3 </m>.
What is <m>\operatorname{det}\ B</m>?</li>
<li>Let <m>M</m> be the matrix obtained from <m>A</m> by applying the row operation <m> R_4 \to -4R_4 </m>.
What is <m>\operatorname{det}\ M</m>?</li>
</ol>
</statement>
<answer>
<ol>
<li>
<m>\operatorname{det}\ N= 5 </m>
</li>
<li>
<m>\operatorname{det}\ B= -5 </m>
</li>
<li>
<m>\operatorname{det}\ M= -20 </m>
</li>
</ol>
</answer>
</exercise>