<exercise checkit-seed="0008" checkit-slug="E2" checkit-title="Reduced row echelon form">
<statement>
<ol>
<li>Show that <me>\operatorname{RREF} \left[\begin{array}{ccc}
0 & 5 & 5 \\
-1 & -3 & -4 \\
-1 & 1 & 0 \\
-1 & -8 & -9 \\
-1 & -2 & -3
\end{array}\right] = \left[\begin{array}{ccc}
1 & 0 & 1 \\
0 & 1 & 1 \\
0 & 0 & 0 \\
0 & 0 & 0 \\
0 & 0 & 0
\end{array}\right] .</me></li>
<li>Explain why the matrix <m>B= \left[\begin{array}{ccc}
-3 & 15 & 0 \\
0 & 0 & 1 \\
0 & 0 & 0 \\
0 & 0 & 0 \\
0 & 0 & 0
\end{array}\right] </m> is or is not in reduced row echelon form.</li>
</ol>
</statement>
<answer>
<ol>
<li>
<m>\operatorname{RREF} \left[\begin{array}{ccc}
0 & 5 & 5 \\
-1 & -3 & -4 \\
-1 & 1 & 0 \\
-1 & -8 & -9 \\
-1 & -2 & -3
\end{array}\right] = \left[\begin{array}{ccc}
1 & 0 & 1 \\
0 & 1 & 1 \\
0 & 0 & 0 \\
0 & 0 & 0 \\
0 & 0 & 0
\end{array}\right] .</m>
</li>
<li><m>B</m> is
not in reduced row echelon form because
the pivots are not all <m>1</m>.
</li>
</ol>
</answer>
</exercise>