Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
2
\begin{exercise}{E3}{Solving linear systems}{0007}
3
\begin{exerciseStatement}
4
5
Show how to find the solution set for the following system of linear equations. \[\begin{matrix}
6
-2 \, x_{1} & + & x_{2} & - & 4 \, x_{3} & = & 3 \\
7
-3 \, x_{1} & - & 2 \, x_{2} & - & 7 \, x_{3} & = & -3 \\
8
& & x_{2} & & & = & 4 \\
9
x_{1} & & & + & 2 \, x_{3} & = & 0 \\
10
\end{matrix}\]
11
12
\end{exerciseStatement}
13
\begin{exerciseAnswer}\[\mathrm{RREF} \left[\begin{array}{ccc|c}
14
-2 & 1 & -4 & 3 \\
15
-3 & -2 & -7 & -3 \\
16
0 & 1 & 0 & 4 \\
17
1 & 0 & 2 & 0
18
\end{array}\right] = \left[\begin{array}{ccc|c}
19
1 & 0 & 0 & 0 \\
20
0 & 1 & 0 & 0 \\
21
0 & 0 & 1 & 0 \\
22
0 & 0 & 0 & 1
23
\end{array}\right] \]
24
25
The solution set is \( \left\{\right\} \).
26
27
\end{exerciseAnswer}
28
\end{exercise}
29
30
31