Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>Explain why the matrix <m><xsl:value-of select="name"/>=<xsl:value-of select="matrix"/></m> is or is not invertible.</p>
4
</statement>
5
<answer>
6
<p><me>\operatorname{RREF}<xsl:value-of select="matrix"/>=<xsl:value-of select="rref"/></me></p>
7
<xsl:choose>
8
<xsl:when test="invertible"><m><xsl:value-of select="name"/></m> is invertible.</xsl:when>
9
<xsl:otherwise><m><xsl:value-of select="name"/></m> is not invertible.</xsl:otherwise>
10
</xsl:choose>
11
</answer>
12
</exercise>
13