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
6
{{#context_pol}}
7
polynomials <m>{{set}}</m>
8
{{#task_ind}}is linearly independent.{{/task_ind}}
9
{{#task_spa}}spans <m>\mathcal{P}_3</m>.{{/task_spa}}
10
{{/context_pol}}
11
{{#context_mat}}
12
matrices <m>{{set}}</m>
13
{{#task_ind}}is linearly independent.{{/task_ind}}
14
{{#task_spa}}spans <m>\mathrm{M}_{2,2}</m>.{{/task_spa}}
15
{{/context_mat}}
16
</li></ul>
17
<ol>
18
<li> Write an equivalent statement using a {{#context_pol}}polynomial{{/context_pol}}{{#context_mat}}matrix{{/context_mat}} equation.</li>
19
<li> Explain why your statement is true or false.</li>
20
</ol>
21
</statement>
22
<answer>
23
<p><me>\operatorname{RREF}{{matrix}}={{rref}}</me></p>
24
<ol>
25
<li>
26
{{#task_ind}}
27
The {{#context_pol}}polynomial{{/context_pol}}{{#context_mat}}matrix{{/context_mat}} equation
28
<me>{{equation}}</me>
29
has no nontrivial solutions.
30
{{/task_ind}}
31
{{#task_spa}}
32
{{#context_pol}}
33
The polynomial equation <me>{{equation}}=f</me> has a solution for every <m>f \in \mathcal{P}_3</m>.
34
{{/context_pol}}
35
{{#context_mat}}
36
The matrix equation <me>{{equation}}=B</me> has a solution for every <m>B \in \mathrm{M}_{2,2}</m>.
37
{{/context_mat}}
38
{{/task_spa}}
39
</li>
40
<li>
41
The set of {{#context_pol}}polynomials{{/context_pol}}{{#context_mat}}matrices{{/context_mat}} <m>{{set}}</m>
42
{{#task_ind}}
43
is linearly {{#result}}in{{/result}}dependent.
44
{{/task_ind}}
45
{{#task_spa}}
46
{{#result}}
47
spans
48
{{/result}}
49
{{^result}}
50
does not span
51
{{/result}}
52
{{#context_pol}}
53
<m>\mathcal{P}_3</m>.
54
{{/context_pol}}
55
{{#context_mat}}
56
<m>\mathrm{M}_{2,2}</m>.
57
{{/context_mat}}
58
{{/task_spa}}
59
</li>
60
</ol>
61
</answer>
62
</exercise>
63