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