#Reduce Row Echelon Matrix
54 messages · Page 1 of 1 (latest)
I have another question about reduced row echelon matrixs
I did this problem and I think I did all the step’s correctly, but I seem to be seeing different answers online. Am I in the wrong? If so in which part? Thanks!
@slow swan In your first step you did not do R1 = -R2 + R1 correctly
take a look at the position (1,3)
row 1 column 3
Oh dang it would be -1
Well now that messes up the whole problem. So would I have to take a different approach?
no your approach is correct, it just needs to be tweaked a little
also, are you going for REF or RREF
on what part
i would recommend doing R3-R1 first to clear the spaces under your pivot position (R1 C1)
then you would do R1 = R1 - R2
Is this to change row 1?
yea sorry
R1 = R1 - R2 would not change the second zero
its very similar to what you just did
this is what your matrix would look like after those two operations @slow swan
then you would continue simplifying to RREF
Ok ok I think I got it
I was looking at my old work that was wrong
Ok so can we add row 2 and 3 to turn -1 to 0 on R3
yes exactly
yes
Then finally add row 1 and 2 to get R1
not quite
if you do R1 = R1 + R2 youll have a 1 in row 1 column 2, which you do not want
yes thats right
Awesome
then you still have one more step
Turn it into a equation then solve for each variable?
well you can do that, but in RREF you want everything above and below your pivot positions to be 0
so in that case, you'd want the positon (row 2, column 3) to be a 0
yes, you want that to be a zero
yes
Ok bet