Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Path: banks / tbil-la / E3.ptx
Views: 19480
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>Show how to find the solution set for the following
4
<xsl:choose>
5
<xsl:when test="prompt='system'">
6
system of linear equations.
7
<me><xsl:value-of select="system"/></me>
8
</xsl:when>
9
<xsl:otherwise>
10
vector equation <me><xsl:value-of select="vectoreq"/>.</me>
11
</xsl:otherwise>
12
</xsl:choose>
13
</p>
14
</statement>
15
16
<answer>
17
<me>\mathrm{RREF}<xsl:value-of select="matrix"/> = <xsl:value-of select="rref"/></me>
18
<p>The solution set is <m><xsl:value-of select="solution"/></m>.</p>
19
</answer>
20
</exercise>
21
22