Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>Consider the statement
4
<claim> The set of vectors <m><xsl:value-of select="vecset"/></m>
5
<xsl:choose>
6
<xsl:when test="prompt">is </xsl:when>
7
<xsl:otherwise>is not </xsl:otherwise>
8
</xsl:choose>
9
a basis of <m>\mathbb{R}^<xsl:value-of select="dim"/></m>.
10
</claim>
11
</p>
12
<ol>
13
<li> Write an equivalent statement in terms of other vector properties.</li>
14
<li> Explain why your statement is true or false.</li>
15
</ol>
16
</statement>
17
<answer>
18
<p><me>\operatorname{RREF}<xsl:value-of select="matrix"/>=<xsl:value-of select="rref"/></me></p>
19
<ol>
20
<li>The statement
21
<claim> The set of vectors <m><xsl:value-of select="vecset"/></m>
22
<xsl:choose>
23
<xsl:when test="prompt">is </xsl:when>
24
<xsl:otherwise>is not </xsl:otherwise>
25
</xsl:choose>
26
a basis of <m>\mathbb{R}^<xsl:value-of select="dim"/></m>.
27
</claim>
28
is equivalent to the statement
29
<claim> The set of vectors <m><xsl:value-of select="vecset"/></m>
30
<xsl:choose>
31
<xsl:when test="prompt">both spans <m>\mathbb{R}^<xsl:value-of select="dim"/></m> and is linearly independent.</xsl:when>
32
<xsl:otherwise>either doesn't span <m>\mathbb{R}^<xsl:value-of select="dim"/></m> or is linearly dependent.</xsl:otherwise>
33
</xsl:choose>
34
</claim>
35
</li>
36
<li>The set of vectors <m><xsl:value-of select="vecset"/></m>
37
<xsl:choose>
38
<xsl:when test="basis"> is </xsl:when>
39
<xsl:otherwise> is not </xsl:otherwise>
40
</xsl:choose>
41
a basis of <m>\mathbb{R}^<xsl:value-of select="dim"/></m>
42
</li>
43
</ol>
44
</answer>
45
</exercise>
46