Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
3774 views
ubuntu2004
1
<?xml version='1.0' encoding='UTF-8'?>
2
<exercise xmlns="https://spatext.clontz.org" version="0.0">
3
<statement>
4
<p>Consider the following statement.</p>
5
<ul>
6
<li>
7
The vector <m>{{combovector}}</m> is {{^statement}}not {{/statement}}
8
a linear combination of the vectors <m>{{veclist}}</m>.
9
</li>
10
</ul>
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
<me>\operatorname{RREF} {{matrix}}={{rref}}</me>
18
<ol>
19
<li>
20
The vector equation <m>{{veceq}}</m> has
21
{{#statement}}
22
a solution.
23
{{/statement}}
24
{{^statement}}
25
no solutions.
26
{{/statement}}
27
</li>
28
<li>
29
<p>
30
<m>{{combovector}}</m> is {{^is_linear_combo}}not {{/is_linear_combo}}
31
a linear combination of the vectors <m>{{veclist}}</m>.
32
</p>
33
</li>
34
</ol>
35
36
</answer>
37
</exercise>
38