Is There a Faster Way to Find the Reduced Row Echelon Form of a Matrix?

rocomath
Messages
1,752
Reaction score
1
So I found the elimination matrices such that G_3G_2G_1A=rref(A) which, but it took way too long. Is there a shorter method?
 
Physics news on Phys.org
I don't understand what were you trying to find. You want to find the matrix E such that EA = reduced row-echelon form of A ?

If so, I don't see any easy way to get it. Note that the elementary matrix corresponding to a row operation is simply the identity matrix with that same row operation performed on it. Just keep a simple record of all the types of row reduction you did, then you can easily get E from them.
 
Just thought about this a little longer and realized that if all you want is the final matrix G which is a matrix product of all the E's, then one way you could get it would be to juxtapose the identity matrix next to A and and row reduce A to it's reduced row echelon form. The resultant matrix next to rref(A) would be G. If you want the composite E's you'll have to solve as above.
 
That's what my classmate told me as well, I haven't verified that method yet.

I did what you said in the first post, took me forever to get G through all the E's, LOL.
 
Lol much quicker! :)))
 
Well the quickest way of course would be to use MATLAB. But that's cheating.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top