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