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>Show how to find the solution set for the following
5
{{#prompt_system}}
6
system of linear equations.
7
<me>{{system}}</me>
8
{{/prompt_system}}
9
{{#prompt_vectoreq}}
10
vector equation <me>{{vectoreq}}</me>
11
{{/prompt_vectoreq}}
12
</p>
13
</statement>
14
15
<answer>
16
<me>\mathrm{RREF}{{matrix}}={{rref}}</me>
17
<p>The solution set is <m>{{solution}}</m>.</p>
18
</answer>
19
</exercise>
20
21