Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
<exercise checkit-seed="0001" 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; &amp; - &amp; x_{3} &amp; = &amp; 4 \\
8
x_{1} &amp; + &amp; x_{2} &amp; &amp; &amp; = &amp; 3 \\
9
x_{1} &amp; + &amp; x_{2} &amp; + &amp; x_{3} &amp; = &amp; -2 \\
10
&amp; &amp; &amp; &amp; x_{3} &amp; = &amp; -4 \\
11
\end{matrix}</me></p>
12
</statement>
13
<answer>
14
<me>\mathrm{RREF} \left[\begin{array}{ccc|c}
15
1 &amp; 0 &amp; -1 &amp; 4 \\
16
1 &amp; 1 &amp; 0 &amp; 3 \\
17
1 &amp; 1 &amp; 1 &amp; -2 \\
18
0 &amp; 0 &amp; 1 &amp; -4
19
\end{array}\right] = \left[\begin{array}{ccc|c}
20
1 &amp; 0 &amp; 0 &amp; 0 \\
21
0 &amp; 1 &amp; 0 &amp; 0 \\
22
0 &amp; 0 &amp; 1 &amp; 0 \\
23
0 &amp; 0 &amp; 0 &amp; 1
24
\end{array}\right] </me>
25
<p>The solution set is <m> \left\{\right\} </m>.</p>
26
</answer>
27
</exercise>
28
29
30