Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Knowledge and How-To (https://thetfp.com/tfp/tilted-knowledge-how/)
-   -   Help with matrices needed (https://thetfp.com/tfp/tilted-knowledge-how/85143-help-matrices-needed.html)

essendoubleop 03-10-2005 09:22 PM

Help with matrices needed
 
I have a 3x4 matrix and I need to put it in reduced row echelon form. I plugged it into the calculator and found the answer should be (10,2,3), but I can't figure out how I got the first number wrong. Here are each step I took:

5x + 9y - 7z = 47
4x - 3y + 2z = 40
9x + 8y - 3z = 97

{5 9 -7 47
4 -3 2 40
9 8 -3 97}

{1 12 -9 7
4 -3 2 40
9 8 -3 97}

{1 12 -9 7
0 -51 38 12
0 -100 78 34}

{1 0 3 (277/3)
0 -1 -1 -5
0 -100 78 34}

{1 0 3 (277/3)
0 1 1 5
0 0 178 534}

{1 0 0 (250/3)
0 1 1 5
0 0 178 534}

{1 0 0 (250/3)
0 1 0 2
0 0 1 3}

By my answer I get (250/3), 2, 3. I can't figure out what I did wrong.

tres 03-11-2005 04:37 AM

Maybe I should have paid attention in school... That looks like um...a bunch of numbers.... good luck with that.... :)

filtherton 03-11-2005 07:31 AM

How did you go from this:

{1 12 -9 7
0 -51 38 12
0 -100 78 34}

to this:

{1 0 3 (277/3)
0 -1 -1 -5
0 -100 78 34}
?

How did you get -1 -1 -5 for the second row?
Maybe it's just early, but i don't see it.

essendoubleop 03-11-2005 08:59 AM

Quote:

Originally Posted by filtherton
How did you go from this:

{1 12 -9 7
0 -51 38 12
0 -100 78 34}

to this:

{1 0 3 (277/3)
0 -1 -1 -5
0 -100 78 34}
?

How did you get -1 -1 -5 for the second row?
Maybe it's just early, but i don't see it.



(25/3) R1 + R3 --> R1
R2 - (1/2) R3 --> R2

vbuser 03-11-2005 05:27 PM

Can you edit your post to include each operation done the row?

vinaur 03-11-2005 05:46 PM

Truly, I can't even see how you got the first step: 5 9 -7 47 to 1 12 -9 7. Wouldn't you want to divide the first row by 5??? So you get 1 9/5 -7/5 47/5.

spectre 03-11-2005 09:18 PM

This should get you started (as long as I didn't screw anything up):

5x + 9y - 7z = 47
4x - 3y + 2z = 40
9x + 8y - 3z = 97

5 9 -7 47
4 -3 2 40
9 8 -3 97

(1/5)R1 =>
1 9/5 -7/5   47/5
4 -3    2      40
9   8  -3      97

-4R1 + R2 =>
-9R1 + R3 =>
1 9/5   -7/5   47/5
0 -51/5 38/5 12/5
0 -41/5 48/5 62/5

FloydianOne 03-11-2005 10:40 PM

Here is one of my professor's textbooks on the subject... It explains it a little bit.

http://www.math.gatech.edu/~bourbaki...eb-notes/3.pdf

You can read the whole text here...

http://www.math.gatech.edu/%7Ecarlen...S04/index.html

essendoubleop 03-12-2005 12:48 AM

Thanks for the help. I decided to download a program called MATRIX that really helped me out.

FloydianOne 03-12-2005 11:08 AM

Quote:

Originally Posted by essendoubleop
Thanks for the help. I decided to download a program called MATRIX that really helped me out.

Sounds interesting... give us a link

essendoubleop 03-13-2005 12:07 AM

Quote:

Originally Posted by FloydianOne
Sounds interesting... give us a link

http://members.shaw.ca/mtx/matrix.htm


All times are GMT -8. The time now is 12:01 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76