<exercise checkit-seed="0011" 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>C</m> be the matrix obtained from <m>A</m> by applying the row operation <m> R_4 \leftrightarrow R_2 </m>.
What is <m>\operatorname{det}\ C</m>?</li>
<li>Let <m>N</m> be the matrix obtained from <m>A</m> by applying the row operation <m> R_4 \to -3R_4 </m>.
What is <m>\operatorname{det}\ N</m>?</li>
<li>Let <m>P</m> be the matrix obtained from <m>A</m> by applying the row operation <m> R_1 \to R_1 + 5R_2 </m>.
What is <m>\operatorname{det}\ P</m>?</li>
</ol>
</statement>
<answer>
<ol>
<li>
<m>\operatorname{det}\ C= 5 </m>
</li>
<li>
<m>\operatorname{det}\ N= 15 </m>
</li>
<li>
<m>\operatorname{det}\ P= -5 </m>
</li>
</ol>
</answer>
</exercise>