Finding reduced row echelon form of a 3×3 matrix

  • Thread starter Thread starter ThomasHW
  • Start date Start date
  • Tags Tags
    Matrices
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
ThomasHW
Messages
53
Reaction score
0

Homework Statement


Find the reduced row echelon form of the following matrix:

[tex] \begin{array}{c}\ \\ \\ \end{array}\;\begin{vmatrix}\;-4 & 0 & 4\;\\\;2 & -4 & 1\\\;-4 & 4 & -2\end{vmatrix}[/tex]

The Attempt at a Solution


[tex] \begin{array}{c}\ \\ \\ \end{array}\;\begin{vmatrix}\;1 & 0 & 1\;\\\;0 & 1 & \frac{1}{4}\\\;0 & 0 & 1\end{vmatrix}[/tex]

I've tried it a few times and keep getting that answer. I've inputted that answer and it's wrong. Am I supposed to keep reducing the third row (even though those are constants?)
 
Physics news on Phys.org
Look at your last row. It says 0x+0y=1 (Assuming this is an augmented matrix)
 
I figured it out. I was supposed to make the 1 and 1/4 in the third row zero's as well.
 
Yes, what you showed was "row echelon" form. "Reduced row echelon reduces above the diagonal also. Actually, until you get down to a row all 0s you will have just the identity matrix.
 
I had assumed not to touch the last row because that is usually the row of constants. In this case it wasn't - I had just assumed it was. :cool: