| Thread Closed |
Gauss-Jordan Elimination Method Help!!! |
Share Thread |
| Dec17-05, 02:48 PM | #1 |
|
|
Gauss-Jordan Elimination Method Help!!!
Hi, I'm having a problem solving the following using the Gauss-Jordan Elimination Method. I am wondering if someone can help me...
Code:
[ [2 5 -1 -3] [1 -1 4 20] [3 2 -1 3]] Code:
[ [1 -1 4 20] [0 7 9 -43] [0 5 -13 -57]] |
| Dec17-05, 05:24 PM | #2 |
|
|
For your first step of using matrixes,
R1[ 2 5 -1 | -3 ] R2[ 1 -1 4 | 20 ] R3[ 3 2 -1 | 3 ] Second Step: R1 [ 2 5 -1 | -3 ] R1-2R2 [ 0 7 -9 | -43 ] 3R1-2R3[ 0 11 -1 | -15 ] Third Step: [ 2 5 -1 | -3 ] [ 0 7 -9 | -43 ] 11R2 - 7R3[ 0 0 -92 | -385 ] |
| Dec17-05, 08:01 PM | #3 |
|
|
i.e. [ 1 X X | X ] for the top row? |
| Dec17-05, 09:00 PM | #4 |
|
|
Gauss-Jordan Elimination Method Help!!! |
| Dec17-05, 09:58 PM | #5 |
|
|
|
| Dec17-05, 11:48 PM | #6 |
|
|
|
| Dec18-05, 08:40 AM | #7 |
|
|
What is the full question that asks you to do for this set of matrixes?
Usually, matrixes are used to determine the intersection of 2/3 planes. |
| Dec18-05, 05:13 PM | #8 |
|
|
Solve the following system by the Gauss-Jordan elimination method. 2x + 5Y - Z = -3 X - Y + 4Z = 20 3X + 2Y - Z = 3 Indicate the row operation used in each step. |
| Dec22-05, 12:43 AM | #9 |
|
|
|
| Dec22-05, 01:09 AM | #10 |
|
|
[[1 0 0 3] [0 1 0 -1] [0 0 1 4]] I know that is the correct answer, but the textbook requires me to show all the steps. The problem is I am stuck midway to obtaining the answer. (See the first post in this thread). As such, I'd be very grateful if you can lead me in the right direction. Thanks. |
| Dec23-05, 06:52 AM | #11 |
|
|
|
| Dec23-05, 08:46 AM | #12 |
|
|
I threw the matrix in Matlab and got the same results using G-J Elimination:
1 0 0 3 0 1 0 -1 0 0 1 4 |
| Dec25-05, 04:53 AM | #13 |
|
|
BTW, Merry Christmas!!!
|
| Dec26-05, 02:57 AM | #14 |
|
|
Do a rref on your calculator. i am sure gauss wouldn t be mad at your.
|
| Thread Closed |
Similar discussions for: Gauss-Jordan Elimination Method Help!!!
|
||||
| Thread | Forum | Replies | ||
| would you mind if you give me code for gauss elimination by C++ | Linear & Abstract Algebra | 1 | ||
| elimination method to find the determinant | Calculus & Beyond Homework | 3 | ||
| Gauss-jordon elimination | Calculus & Beyond Homework | 3 | ||
| Gauss-Jordan Elimination | Linear & Abstract Algebra | 0 | ||