Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
20865 views
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
<ol>
19
<li>The statement
20
<claim> The set of vectors <m><xsl:value-of select="vecset"/></m>
21
<xsl:choose>
22
<xsl:when test="prompt">is </xsl:when>
23
<xsl:otherwise>is not </xsl:otherwise>
24
</xsl:choose>
25
a basis of <m>\mathbb{R}^<xsl:value-of select="dim"/></m>.
26
</claim>
27
is equivalent to the statement
28
<claim> The set of vectors <m><xsl:value-of select="vecset"/></m>
29
<xsl:choose>
30
<xsl:when test="prompt">both spans <m>\mathbb{R}^<xsl:value-of select="dim"/></m> and is linearly independent.</xsl:when>
31
<xsl:otherwise>either doesn't span <m>\mathbb{R}^<xsl:value-of select="dim"/></m> or is linearly dependent.</xsl:otherwise>
32
</xsl:choose>
33
</claim>
34
</li>
35
<li>The set of vectors <m><xsl:value-of select="vecset"/></m>
36
<xsl:choose>
37
<xsl:when test="basis"> is </xsl:when>
38
<xsl:otherwise> is not </xsl:otherwise>
39
</xsl:choose>
40
a basis of <m>\mathbb{R}^<xsl:value-of select="dim"/></m>
41
</li>
42
</ol>
43
</answer>
44
</exercise>
45