Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>Consider the following two sets of Euclidean vectors:
4
</p>
5
<md>
6
<mrow>
7
U=<xsl:value-of select="U"/> &amp; &amp; W=<xsl:value-of select="W"/>
8
</mrow>
9
</md>
10
<p> Explain why one of these sets is a subspace of <m>\mathbb{R}^<xsl:value-of select="dim"/></m> and one is not.
11
</p>
12
</statement>
13
<answer>
14
<xsl:choose>
15
<xsl:when test="subspace='U'">
16
<p><m>U</m> is a subspace of <m>\mathbb{R}^<xsl:value-of select="dim"/></m> and <m>W</m> is not.</p>
17
</xsl:when>
18
<xsl:otherwise>
19
<p><m>W</m> is a subspace of <m>\mathbb{R}^<xsl:value-of select="dim"/></m> and <m>U</m> is not.</p>
20
</xsl:otherwise>
21
</xsl:choose>
22
</answer>
23
</exercise>
24
25