Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23128 views
ubuntu2004
1
<exercise checkit-seed="0000" checkit-slug="E1" checkit-title="Linear systems, vector equations, and augmented matrices">
2
<statement>
3
<p> Consider the augmented matrix </p>
4
<me> \left[\begin{array}{cccc|c}
5
1 &amp; -2 &amp; -1 &amp; 3 &amp; 4 \\
6
2 &amp; -3 &amp; -3 &amp; 5 &amp; 6 \\
7
0 &amp; -3 &amp; 3 &amp; 3 &amp; 6
8
\end{array}\right] </me>
9
<ol>
10
<li> Write a system of scalar equations corresponding to this augmented matrix. </li>
11
<li> Write a vector equation corresponding to this augmented matrix. </li>
12
</ol>
13
</statement>
14
<answer>
15
<ol>
16
<li>
17
<me>\begin{matrix}
18
x_{1} &amp; - &amp; 2 \, x_{2} &amp; - &amp; x_{3} &amp; + &amp; 3 \, x_{4} &amp; = &amp; 4 \\
19
2 \, x_{1} &amp; - &amp; 3 \, x_{2} &amp; - &amp; 3 \, x_{3} &amp; + &amp; 5 \, x_{4} &amp; = &amp; 6 \\
20
&amp; &amp; 3 \, x_{2} &amp; + &amp; 3 \, x_{3} &amp; + &amp; 3 \, x_{4} &amp; = &amp; 6 \\
21
\end{matrix}</me>
22
</li>
23
<li>
24
<me> x_{1} \left[\begin{array}{c}
25
1 \\
26
2 \\
27
0
28
\end{array}\right] + x_{2} \left[\begin{array}{c}
29
-2 \\
30
-3 \\
31
-3
32
\end{array}\right] + x_{3} \left[\begin{array}{c}
33
-1 \\
34
-3 \\
35
3
36
\end{array}\right] + x_{4} \left[\begin{array}{c}
37
3 \\
38
5 \\
39
3
40
\end{array}\right] = \left[\begin{array}{c}
41
4 \\
42
6 \\
43
6
44
\end{array}\right] </me>
45
</li>
46
</ol>
47
</answer>
48
</exercise>
49
50
51