Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Path: banks / tbil-la / V3.ptx
Views: 19480
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>Consider the following statement.</p>
4
<ul><li> 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
</li></ul>
11
<ol>
12
<li> Write an equivalent statement using a vector equation.</li>
13
<li> Explain why your statement is true or false.</li>
14
</ol>
15
</statement>
16
<answer>
17
<p><me>\operatorname{RREF}<xsl:value-of select="matrix"/>=<xsl:value-of select="rref"/></me></p>
18
<ol>
19
<li>The vector equation <m><xsl:value-of select="vecComb"/>=\vec{v}</m>
20
<xsl:choose>
21
<xsl:when test="prompt"> has a solution for every </xsl:when>
22
<xsl:otherwise> is inconsistent for some </xsl:otherwise>
23
</xsl:choose>
24
vector <m>\vec{v}</m> in <m>\mathbb{R}^4</m>.
25
</li>
26
<li>
27
The set of vectors <m><xsl:value-of select="vecset"/></m>
28
<xsl:choose>
29
<xsl:when test="spans"> spans </xsl:when>
30
<xsl:otherwise> does not span </xsl:otherwise>
31
</xsl:choose>
32
<m>\mathbb{R}^4</m>.
33
</li>
34
</ol>
35
</answer>
36
</exercise>
37