Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>Let <m>A</m> be a <m>4 \times 4</m> matrix with determinant <m><xsl:value-of select="determinant"/></m>.</p>
4
<ol>
5
<li>Let <m><xsl:value-of select="name1"/></m> be the matrix obtained from <m>A</m> by applying the row operation <m><xsl:value-of select="row_op1"/></m>.
6
What is <m>\operatorname{det}\ <xsl:value-of select="name1"/></m>?</li>
7
<li>Let <m><xsl:value-of select="name2"/></m> be the matrix obtained from <m>A</m> by applying the row operation <m><xsl:value-of select="row_op2"/></m>.
8
What is <m>\operatorname{det}\ <xsl:value-of select="name2"/></m>?</li>
9
<li>Let <m><xsl:value-of select="name3"/></m> be the matrix obtained from <m>A</m> by applying the row operation <m><xsl:value-of select="row_op3"/></m>.
10
What is <m>\operatorname{det}\ <xsl:value-of select="name3"/></m>?</li>
11
</ol>
12
</statement>
13
<answer>
14
<ol>
15
<li><m>\operatorname{det}\ <xsl:value-of select="name1"/>=<xsl:value-of select="det1"/></m></li>
16
<li><m>\operatorname{det}\ <xsl:value-of select="name2"/>=<xsl:value-of select="det2"/></m></li>
17
<li><m>\operatorname{det}\ <xsl:value-of select="name3"/>=<xsl:value-of select="det3"/></m></li>
18
</ol>
19
</answer>
20
</exercise>
21