Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Path: banks / tbil-la / V5.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 linearly independent.</xsl:when>
7
<xsl:otherwise>is linearly dependent.</xsl:otherwise>
8
</xsl:choose>
9
</li></ul>
10
<ol>
11
<li> Write an equivalent statement using a vector equation.</li>
12
<li> Explain why your statement is true or false.</li>
13
</ol>
14
</statement>
15
<answer>
16
<p><me>\operatorname{RREF}<xsl:value-of select="matrix"/>=<xsl:value-of select="rref"/></me></p>
17
<ol>
18
<li>
19
The vector equation <m><xsl:value-of select="veceq"/></m>
20
<xsl:choose>
21
<xsl:when test="prompt">has no nontrivial solutions.</xsl:when>
22
<xsl:otherwise>has (infinitely many) nontrivial solutions.</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="independent">is linearly independent.</xsl:when>
28
<xsl:otherwise>is linearly dependent.</xsl:otherwise>
29
</xsl:choose>
30
</li>
31
</ol>
32
</answer>
33
</exercise>
34