1.
Let
\begin{equation*}
M=\ba{rrrrr}
0 \amp 0 \amp 0 \amp 1 \amp 2 \\
1 \amp -5 \amp -1 \amp 0 \amp -3 \\
-2 \amp 10 \amp 3 \amp 5 \amp 17 \\
-2 \amp 10 \amp 3 \amp 2 \amp 11
\ea
\end{equation*}
be the augmented matrix of a linear system given by the matrix equation \(Ax=b,\) and let
\begin{equation*}
R=\ba{rrrrr}
1 \amp -5 \amp 0 \amp 0 \amp -2 \\
0 \amp 0 \amp 1 \amp 0 \amp 1 \\
0 \amp 0 \amp 0 \amp 1 \amp 2 \\
0 \amp 0 \amp 0 \amp 0 \amp 0
\ea
\end{equation*}
be its reduced row-echelon form.
(a)
How many equations and how many variables does the linear system have?
Solution.
The matrix \(M = [A|b]\) is \(4\times5\) which means there are four equations and four unknowns.
(b)
Is the linear system consistent>
Solution.
Yes, the last column is not a pivot column, see Insight 1.2.1.
(c)
What are the pivot positions?
Solution.
They are boxed:
\begin{equation*}
R=\ba{rrrrr}
\fbox{1} \amp -5 \amp 0 \amp 0 \amp -2 \\
0 \amp 0 \amp \fbox{1} \amp 0 \amp 1 \\
0 \amp 0 \amp 0 \amp \fbox{1} \amp 2 \\
0 \amp 0 \amp 0 \amp 0 \amp 0
\ea
\end{equation*}
(d)
What are the free and constrained variables (if any)?
Solution.
\(x_1, x_3\) and \(x_4\) are constrained (corresponding to pivots), while \(x_2\) is unconstrained or free.
(e)
Describe the solutions.
Solution.
\begin{equation*}
\begin{cases}x_1 = -2+5x_2\\x_2 \mbox{ is free}\\x_3 = 1\\x_4=2
\end{cases}
\end{equation*}
is one way to describe the solutions. Perhaps a better way is in vector form:
\begin{equation*}
\ba{r}x_1\\x_2\\x_3\\x_4\ea = \ba{r}-2\\0\\1\\2\ea + x_2\ba{r}5\\1\\0\\0\ea.
\end{equation*}
(f)
Describe the solutions to the homogeneous system \(Ax=0.\)
Solution.
We just throw away the last column of \(M\) and of its reduced row-echelon form \(R.\) Then we read them from the answer above:
\begin{equation*}
\begin{cases}x_1 = 5x_2\\x_2 \mbox{ is free}\\x_3 = 0\\x_4=0
\end{cases}
\end{equation*}
is one way to describe the solutions. Perhaps a better way is in vector form:
\begin{equation*}
\ba{r}x_1\\x_2\\x_3\\x_4\ea = x_2\ba{r}5\\1\\0\\0\ea.
\end{equation*}