I need some help to figure out this whole reduced row echelon form (RREF) thing. Heres the question with some of my work (what I tried).
\(\displaystyle \
\L\
\begin{array}{l}
x_1 + x_2 + x_3 + x_4 = 4 \\
2x_1 + x_2 - x_3 + 2x_4 = 4 \\
x_1 + x_2 + 2x_3 + x_4 = 5 \\
3x_1 + 2x_2 + x_3 + 3x_4 = 9 \\
\end{array}
\\)
The augmented matrix:
\(\displaystyle \L\mbox{
\left[
\begin{array}{cccc|c}
1& 1 & 1 & 1 & 4\\
2& 1 & -1 & 2 & 4\\
1& 1 & 2 & 1 & 5\\
3& 2 & 1 & 3 & 9\\
\end{array}
\right]
}\)
\(\displaystyle \
\L\
\begin{array}{l}
R1 \to R1 - R3 \\
R2 \to R2 - R1{\rm } \to \\
R3 \to R3 - R1 \\
R4 \to R4 - 3R1 \\
\end{array}
\
\L\mbox{
\left[
\begin{array}{cccc|c}
0& 0 & -1 & 0 & -1\\
1& 0 & -2 & 1 & 0\\
0& 0 & 1 & 0 & 1\\
0& -1 & -2 & 0 & -3\\
\end{array}
\right]
}\)
\(\displaystyle \
\L\
\begin{array}{l}
R3 \to R3 + R1{\rm } \to \\
R1 \to R1 + R3{\rm } \\
\end{array}
\
\L\mbox{
\left[
\begin{array}{cccc|c}
0& 0 & 0 & 0 & 0\\
1& 0 & -2 & 1 & 0\\
0& 0 & 0 & 0 & 0\\
0& -1 & -2 & 0 & -3\\
\end{array}
\right]
}\)
And I get stuck from there. I know this is not in RREF and I think I already screwed up on that part. The answer to this question is (2-t, 1, 1, t). I somewhat know how RREF works (you need that pattern with the 1's and 0's) but I can't completely grasp the concept of it and how you go about solving these systems. It seems more trial and error for me and I don't know what I'm suppose to be looking for in the pattern of the augmented matrix when you have a final solution. If somebody can help, it would be greatly appreciated. SIG
\(\displaystyle \
\L\
\begin{array}{l}
x_1 + x_2 + x_3 + x_4 = 4 \\
2x_1 + x_2 - x_3 + 2x_4 = 4 \\
x_1 + x_2 + 2x_3 + x_4 = 5 \\
3x_1 + 2x_2 + x_3 + 3x_4 = 9 \\
\end{array}
\\)
The augmented matrix:
\(\displaystyle \L\mbox{
\left[
\begin{array}{cccc|c}
1& 1 & 1 & 1 & 4\\
2& 1 & -1 & 2 & 4\\
1& 1 & 2 & 1 & 5\\
3& 2 & 1 & 3 & 9\\
\end{array}
\right]
}\)
\(\displaystyle \
\L\
\begin{array}{l}
R1 \to R1 - R3 \\
R2 \to R2 - R1{\rm } \to \\
R3 \to R3 - R1 \\
R4 \to R4 - 3R1 \\
\end{array}
\
\L\mbox{
\left[
\begin{array}{cccc|c}
0& 0 & -1 & 0 & -1\\
1& 0 & -2 & 1 & 0\\
0& 0 & 1 & 0 & 1\\
0& -1 & -2 & 0 & -3\\
\end{array}
\right]
}\)
\(\displaystyle \
\L\
\begin{array}{l}
R3 \to R3 + R1{\rm } \to \\
R1 \to R1 + R3{\rm } \\
\end{array}
\
\L\mbox{
\left[
\begin{array}{cccc|c}
0& 0 & 0 & 0 & 0\\
1& 0 & -2 & 1 & 0\\
0& 0 & 0 & 0 & 0\\
0& -1 & -2 & 0 & -3\\
\end{array}
\right]
}\)
And I get stuck from there. I know this is not in RREF and I think I already screwed up on that part. The answer to this question is (2-t, 1, 1, t). I somewhat know how RREF works (you need that pattern with the 1's and 0's) but I can't completely grasp the concept of it and how you go about solving these systems. It seems more trial and error for me and I don't know what I'm suppose to be looking for in the pattern of the augmented matrix when you have a final solution. If somebody can help, it would be greatly appreciated. SIG