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