Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
<exercise checkit-seed="0003" checkit-slug="E3" checkit-title="Solving linear systems">
2
<statement>
3
<p>Show how to find the solution set for the following
4
5
system of linear equations.
6
<me>\begin{matrix}
7
x_{1} &amp; - &amp; x_{2} &amp; - &amp; x_{3} &amp; = &amp; -6 \\
8
&amp; &amp; x_{2} &amp; - &amp; 3 \, x_{3} &amp; = &amp; 4 \\
9
&amp; &amp; &amp; &amp; 0 &amp; = &amp; 1 \\
10
&amp; &amp; 2 \, x_{2} &amp; - &amp; 6 \, x_{3} &amp; = &amp; 7 \\
11
\end{matrix}</me></p>
12
</statement>
13
<answer>
14
<me>\mathrm{RREF} \left[\begin{array}{ccc|c}
15
1 &amp; -1 &amp; -1 &amp; -6 \\
16
0 &amp; 1 &amp; -3 &amp; 4 \\
17
0 &amp; 0 &amp; 0 &amp; 1 \\
18
0 &amp; 2 &amp; -6 &amp; 7
19
\end{array}\right] = \left[\begin{array}{ccc|c}
20
1 &amp; 0 &amp; -4 &amp; 0 \\
21
0 &amp; 1 &amp; -3 &amp; 0 \\
22
0 &amp; 0 &amp; 0 &amp; 1 \\
23
0 &amp; 0 &amp; 0 &amp; 0
24
\end{array}\right] </me>
25
<p>The solution set is <m> \left\{\right\} </m>.</p>
26
</answer>
27
</exercise>
28
29
30