The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
See I have to learn to do it on an exam tonight. But the problem is I'm getting conflicting answers on how to do them. Online it tells me to convert the matrix to an upper triangle using row elimination. Then when you get the final answer you put that back into the equations above it to find the answer. That seems easy enough.
But in my book it has a different method which confuses me.
Basically it says: The first equation is the pivot equation, get the pivot coefficient. Multiply the pivot equation by m21 (which is the first term of the second equation divided by the pivot coefficient) and subtract it from the second equation. Then you do this for the next two equations. Then you use the 2nd equation as the pivot, and find m32, and go down as you did before.
I've never actually used this technique to get the upper triangle. Is it something I should look into? I think (maybe) the row substitution seems easier...
urahonky on
0
Posts
KakodaimonosCode fondlerHelping the 1% get richerRegistered Userregular
edited October 2010
There's a few variations on Guass-Jordan elimination. It comes down to whether you want just simple row echelon form or reduced-row echelon form in the matrix.
There's a few variations on Guass-Jordan elimination. It comes down to whether you want just simple row echelon form or reduced-row echelon form in the matrix.
Hmm. Now do you end up with the same answer? Echelon form gives me what x1,x2,x3,etc is really easily right? My study guide says: Learn to use the backward substitution in Gaussian Elimination. So I assume that I shouldn't use the echelon form?
urahonky on
0
KakodaimonosCode fondlerHelping the 1% get richerRegistered Userregular
edited October 2010
No. Augmented form [A | C] is simply a notational simplification. It makes it easier to do your matrix manipulations, but there's not a difference in how the algorithm works.
Reduced row-echelon form is simply solving explicitly for your solution vector by removing the y & z coefficients from the x row, etc.
Posts
Reduced Row Echelon Form
But the online ones are already in augmented form. Still... Is there a difference?
Hmm. Now do you end up with the same answer? Echelon form gives me what x1,x2,x3,etc is really easily right? My study guide says: Learn to use the backward substitution in Gaussian Elimination. So I assume that I shouldn't use the echelon form?
Reduced row-echelon form is simply solving explicitly for your solution vector by removing the y & z coefficients from the x row, etc.
e: I was never really good at Matrix Algebra.