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