What is the correct way to convert a matrix to reduced row echelon form?

AI Thread Summary
A reduced row echelon matrix requires that each leading one is the only non-zero entry in its column. The initial conversion provided was incorrect due to arithmetic errors, particularly in the last row. The corrected form presented by another user shows proper leading ones and zeros in the appropriate positions. The discussion emphasizes the importance of accurate calculations in achieving the correct reduced row echelon form. Overall, clarity in the steps taken to convert matrices is crucial for accurate results.
iasc
Messages
17
Reaction score
0
What exactly is a reduced row echelon matrix.

I had to convert this to one:
1 2 1 1 1 1
-3 -6 -2 0 -1 -3
2 4 2 1 3 -3

And got:
1 2 1 1 1 1
0 0 1 3 2 0
0 0 0 1 -1 5

Is this right and, if not, why?

Thanks for the help.
 
Physics news on Phys.org
Assuming your arithmetic is correct, that is row echelon form. Reduced row echelon form requires that each column with a leading one have nothing else but zeros in it.
 
You have the signs on the last row wrong. You are subtracting 2 times the first row from the third and should have 1- 2(1)= -1, 3- 2(1)= 1, and -3-2(1)= -5.
 
Thanks for the help.

I got
1 2 0 0 3 -11
0 0 1 0 5 -15
0 0 0 1 -1 5

I think this is right.

I did it the other way round HallsofIvy.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...

Similar threads

Replies
21
Views
2K
Replies
13
Views
2K
Replies
32
Views
2K
Replies
18
Views
3K
Replies
1
Views
1K
Replies
7
Views
2K
Back
Top