Find the general solution to the augmented matrix:
\[\begin{bmatrix} -1 & -5 & -5 & 2 \\ -1 & -5 & -1 & 2 \\ 2 & 10 & -2 & 3 \end{bmatrix}.\]Click for answer
Click for Latex code
\[
\begin{bmatrix}
-1 & -5 & -5 & 2 \\
-1 & -5 & -1 & 2 \\
2 & 10 & -2 & 3
\end{bmatrix}
\]
Solution:
\begin{solution}
Reduced Row Echelon Form:
\[\begin{bmatrix}
1 & 5 & 0 & 0 \\
0 & 0 & 1 & 0 \\
0 & 0 & 0 & 1
\end{bmatrix}\]
General Solution:
No Solution!
\end{solution}