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><li> The set of vectors <m>{{vecset}}</m> is
6
{{#prompt}}not {{/prompt}}
7
a basis of <m>\mathbb{R}^{{dim}}</m>.
8
</li></ul>
9
<ol>
10
<li> Write an equivalent statement in terms of other vector properties.</li>
11
<li> Explain why your statement is true or false.</li>
12
</ol>
13
</statement>
14
<answer>
15
<p><me>\operatorname{RREF}{{matrix}}={{rref}}</me></p>
16
<ol>
17
<li> The set of vectors <m>{{vecset}}</m>
18
{{#prompt}}
19
both spans <m>\mathbb{R}^{{dim}}</m> and is linearly independent.
20
{{/prompt}}
21
{{^prompt}}
22
either doesn't span <m>\mathbb{R}^{{dim}}</m> or is linearly dependent.
23
{{/prompt}}
24
</li>
25
<li>
26
The set of vectors <m>{{vecset}}</m> is {{^basis}}not {{/basis}}
27
a basis of <m>\mathbb{R}^{{dim}}</m>
28
</li>
29
</ol>
30
</answer>
31
</exercise>
32