<exercise>1<statement>2<p>Explain why the matrix <m><xsl:value-of select="name"/>=<xsl:value-of select="matrix"/></m> is or is not invertible.</p>3</statement>4<answer>5<p><me>\operatorname{RREF}<xsl:value-of select="matrix"/>=<xsl:value-of select="rref"/></me></p>6<xsl:choose>7<xsl:when test="invertible"><m><xsl:value-of select="name"/></m> is invertible.</xsl:when>8<xsl:otherwise><m><xsl:value-of select="name"/></m> is not invertible.</xsl:otherwise>9</xsl:choose>10</answer>11</exercise>1213