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