Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>Consider the statement
4
<claim>
5
The vector <m><xsl:value-of select="combovector"/></m>
6
<xsl:choose>
7
<xsl:when test="statement">is</xsl:when>
8
<xsl:otherwise>is not</xsl:otherwise>
9
</xsl:choose>
10
a linear combination of the vectors <m><xsl:value-of select="veclist"/></m>.
11
</claim>
12
</p>
13
<ol>
14
<li> Write an equivalent statement using a vector equation.</li>
15
<li> Explain why your statement is true or false.</li>
16
</ol>
17
</statement>
18
<answer>
19
<me>\operatorname{RREF} <xsl:value-of select="matrix"/>=<xsl:value-of select="rref"/></me>
20
<ol>
21
<li> The statement
22
<claim>
23
The vector <m><xsl:value-of select="combovector"/></m>
24
<xsl:choose>
25
<xsl:when test="statement">is</xsl:when>
26
<xsl:otherwise>is not</xsl:otherwise>
27
</xsl:choose>
28
a linear combination of the vectors <m><xsl:value-of select="veclist"/></m>.
29
</claim>
30
is equivalent to the statement
31
<claim>
32
The vector equation <m><xsl:value-of select="veceq"/></m>
33
<xsl:choose>
34
<xsl:when test="statement">has a solution.</xsl:when>
35
<xsl:otherwise>has no solutions.</xsl:otherwise>
36
</xsl:choose>
37
</claim>
38
</li>
39
<li>
40
<p> <m><xsl:value-of select="combovector"/></m>
41
<xsl:choose>
42
<xsl:when test="lc"> is </xsl:when>
43
<xsl:otherwise> is not </xsl:otherwise>
44
</xsl:choose>
45
a linear combination of the vectors <m><xsl:value-of select="veclist"/></m>.
46
</p>
47
</li>
48
</ol>
49
50
</answer>
51
</exercise>
52