Solve linear system using augmented matrix

Click For Summary

Homework Help Overview

The problem involves solving a system of linear equations using an augmented matrix. The equations presented are three-variable equations, which adds complexity compared to two-variable systems.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss various methods for manipulating the augmented matrix, including using pivot points and clearing columns. There are attempts to follow specific steps to achieve zeros in certain positions. Some participants express confusion about the results obtained through different methods, questioning the accuracy of their calculations.

Discussion Status

Guidance has been offered regarding the use of pivot points and the process of clearing columns. Participants are actively sharing their experiences and results, indicating a collaborative effort to understand the method better. There is acknowledgment of discrepancies in results, prompting further exploration of the calculations involved.

Contextual Notes

Some participants mention using software to solve the system, which leads to different results compared to their manual calculations. There is a focus on ensuring accuracy in the steps taken with the augmented matrix, highlighting potential challenges in handling three-variable systems.

merzperson
Messages
30
Reaction score
0

Homework Statement



Solve using an augmented matrix:

3r-2s+4t=6
2r+3s-5t=-8
5r-4s+3t=7

2. The attempt at a solution

[3 -2 4 | 6] => [1 0 0 | x]
[2 3 -5 |-8] => [0 1 0 | y]
[5 -4 3 | 7] => [0 0 1 | z]

I have successfully used 2x2 augmented matrices, but with 3x3 it seems like there are a bunch of different options and each one just messes up everything I did to get a zero or one in the right spot. I'm not sure if there is a default starting point with these or you are looking for something to cancel to a zero or what. Thanks!
 
Physics news on Phys.org
Use the main diagonal as your pivot points i.e. use that row to make the other rows zero. Ex. take the 3 in the first row to make the other two elements below it zero. Repeat with the 3 in the second row and so on.
 
Thanks rock.freak667, I have followed your directions and that helped a lot. However, I seem to be going wrong somewhere. I solved the system of equations using software and got r=1.376E-14 , s=-1 , t=1 . When I solved using the matrix I get some fractional numbers (z=63/23). I was extra careful and double-checked all my numbers. Am I wrong?
 
merzperson said:
Thanks rock.freak667, I have followed your directions and that helped a lot. However, I seem to be going wrong somewhere. I solved the system of equations using software and got r=1.376E-14 , s=-1 , t=1 . When I solved using the matrix I get some fractional numbers (z=63/23). I was extra careful and double-checked all my numbers. Am I wrong?

Could you post all your working with the augmented matrix?
 
Work one column at a time, left to right. For example, to "clear" the first column, divide the entire row by "3", to get a 1 in the first column, first row.
Then subtract 2 times that new first row from the second row to get a "0" in the first column second row. Finally, subtract 5 times the new first row from the third row to get a "0" in the first column third row.

Then look at the second row. Since the "pivot" of the second row is in the second column, divide that row by whatever number is in second row, second column to get a "1" there. Because that number is now "1" to get a "0" in the second column of another row, just subtract the new second row times what ever number is in the second column of that row. Notice that, because you will always have "0" to the left of the pivot, you will never change the "1"s and "0" you already have there.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
8
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K