Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
3774 views
ubuntu2004
1
<?xml version='1.0' encoding='UTF-8'?>
2
<exercise xmlns="https://spatext.clontz.org" version="0.0">
3
<statement>
4
<p>Let <m>A</m> be a <m>4 \times 4</m> matrix with determinant <m>{{determinant}}</m>.</p>
5
<ol>
6
<li>Let <m>{{name1}}</m> be the matrix obtained from <m>A</m> by applying the row operation <m>{{row_op1}}</m>.
7
What is <m>\operatorname{det}\ {{name1}}</m>?</li>
8
<li>Let <m>{{name2}}</m> be the matrix obtained from <m>A</m> by applying the row operation <m>{{row_op2}}</m>.
9
What is <m>\operatorname{det}\ {{name2}}</m>?</li>
10
<li>Let <m>{{name3}}</m> be the matrix obtained from <m>A</m> by applying the row operation <m>{{row_op3}}</m>.
11
What is <m>\operatorname{det}\ {{name3}}</m>?</li>
12
</ol>
13
</statement>
14
<answer>
15
<ol>
16
<li><m>\operatorname{det}\ {{name1}}={{det1}}</m></li>
17
<li><m>\operatorname{det}\ {{name2}}={{det2}}</m></li>
18
<li><m>\operatorname{det}\ {{name3}}={{det3}}</m></li>
19
</ol>
20
</answer>
21
</exercise>
22