Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
<exercise checkit-seed="0001" checkit-slug="G1" checkit-title="Row operations and determinants">
2
<statement>
3
<p>Let <m>A</m> be a <m>4 \times 4</m> matrix with determinant <m> -4 </m>.</p>
4
<ol>
5
<li>Let <m>N</m> be the matrix obtained from <m>A</m> by applying the row operation <m> R_4 \to -5R_4 </m>.
6
What is <m>\operatorname{det}\ N</m>?</li>
7
<li>Let <m>P</m> be the matrix obtained from <m>A</m> by applying the row operation <m> R_3 \to R_3 + -3R_2 </m>.
8
What is <m>\operatorname{det}\ P</m>?</li>
9
<li>Let <m>C</m> be the matrix obtained from <m>A</m> by applying the row operation <m> R_4 \leftrightarrow R_3 </m>.
10
What is <m>\operatorname{det}\ C</m>?</li>
11
</ol>
12
</statement>
13
<answer>
14
<ol>
15
<li>
16
<m>\operatorname{det}\ N= 20 </m>
17
</li>
18
<li>
19
<m>\operatorname{det}\ P= -4 </m>
20
</li>
21
<li>
22
<m>\operatorname{det}\ C= 4 </m>
23
</li>
24
</ol>
25
</answer>
26
</exercise>
27
28
29