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