Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>Consider the subspace <me>W=\operatorname{span} <xsl:value-of select="vlist"/>.</me>
4
</p>
5
<ol>
6
<li> Explain how to find a basis of <m>W</m>.</li>
7
<li> Explain how to find the dimension of <m>W</m>.</li>
8
</ol>
9
</statement>
10
<answer>
11
<p><me>\operatorname{RREF}<xsl:value-of select="matrix"/>=<xsl:value-of select="rref"/></me></p>
12
<ol>
13
<li>A basis of <m>W</m> is <m><xsl:value-of select="basis"/></m>.</li>
14
<li>The dimension of <m>W</m> is <m><xsl:value-of select="dimension"/></m>.</li>
15
</ol>
16
</answer>
17
</exercise>
18