Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
20865 views
1
<exercise>
2
<statement>
3
<p>Consider the homogeneous system of equations
4
<md alignment="alignat">
5
<xsl:attribute name="alignat-columns"><xsl:value-of select="alignCols"/></xsl:attribute>
6
<xsl:for-each select="system/*">
7
<mrow><xsl:value-of select="."/></mrow>
8
</xsl:for-each>
9
</md>
10
</p>
11
<ol>
12
<li> Find the solution space of this system.</li>
13
<li> Find a basis of the solution space.</li>
14
</ol>
15
</statement>
16
<answer>
17
<ol>
18
<li>The solution space is <m><xsl:value-of select="solutions"/></m> </li>
19
<li>A basis of the solution space is <m><xsl:value-of select="basis"/></m>.</li>
20
</ol>
21
</answer>
22
</exercise>
23