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">spans </xsl:when>
7
<xsl:otherwise>does not span </xsl:otherwise>
8
</xsl:choose>
9
<m>\mathbb{R}^4</m>.
10
</claim>
11
</p>
12
<ol>
13
<li> Write an equivalent statement using a vector equation.</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"> spans </xsl:when>
23
<xsl:otherwise> does not span </xsl:otherwise>
24
</xsl:choose>
25
<m>\mathbb{R}^4</m>.
26
</claim>
27
is equivalent to the statement
28
<claim> The vector equation <m><xsl:value-of select="vecComb"/>=\vec{v}</m>
29
<xsl:choose>
30
<xsl:when test="prompt"> has a solution for every </xsl:when>
31
<xsl:otherwise> is inconsistent for some </xsl:otherwise>
32
</xsl:choose>
33
vector <m>\vec{v}</m> in <m>\mathbb{R}^4</m>.
34
</claim>
35
</li>
36
<li>
37
The set of vectors <m><xsl:value-of select="vecset"/></m>
38
<xsl:choose>
39
<xsl:when test="spans"> spans </xsl:when>
40
<xsl:otherwise> does not span </xsl:otherwise>
41
</xsl:choose>
42
<m>\mathbb{R}^4</m>.
43
44
</li>
45
</ol>
46
</answer>
47
</exercise>
48