Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Path: banks / tbil-la / V6.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">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
</li></ul>
11
<ol>
12
<li> Write an equivalent statement in terms of other vector properties.</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 set of vectors <m><xsl:value-of select="vecset"/></m>
20
<xsl:choose>
21
<xsl:when test="prompt">both spans <m>\mathbb{R}^<xsl:value-of select="dim"/></m> and is linearly independent.</xsl:when>
22
<xsl:otherwise>either doesn't span <m>\mathbb{R}^<xsl:value-of select="dim"/></m> or is linearly dependent.</xsl:otherwise>
23
</xsl:choose>
24
</li>
25
<li>The set of vectors <m><xsl:value-of select="vecset"/></m>
26
<xsl:choose>
27
<xsl:when test="basis"> is </xsl:when>
28
<xsl:otherwise> is not </xsl:otherwise>
29
</xsl:choose>
30
a basis of <m>\mathbb{R}^<xsl:value-of select="dim"/></m>
31
</li>
32
</ol>
33
</answer>
34
</exercise>
35