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