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">is linearly independent.</xsl:when>
7
<xsl:otherwise>is linearly dependent.</xsl:otherwise>
8
</xsl:choose>
9
</claim>
10
</p>
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 statement
20
<claim> The set of vectors <m><xsl:value-of select="vecset"/></m>
21
<xsl:choose>
22
<xsl:when test="prompt">is linearly independent.</xsl:when>
23
<xsl:otherwise>is linearly dependent.</xsl:otherwise>
24
</xsl:choose>
25
</claim>
26
is equivalent to the statement
27
<claim> The vector equation <m><xsl:value-of select="veceq"/></m>
28
<xsl:choose>
29
<xsl:when test="prompt">has no nontrivial solutions.</xsl:when>
30
<xsl:otherwise>has (infinitely many) nontrivial solutions.</xsl:otherwise>
31
</xsl:choose>
32
</claim>
33
</li>
34
<li> The set of vectors <m><xsl:value-of select="vecset"/></m>
35
<xsl:choose>
36
<xsl:when test="independent">is linearly independent.</xsl:when>
37
<xsl:otherwise>is linearly dependent.</xsl:otherwise>
38
</xsl:choose>
39
</li>
40
</ol>
41
</answer>
42
</exercise>
43