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