Question
Write the augmented matrix, and then solve the system, using Gauss Jordan elimination on the
augmented matrix.
x + 2y - z = 4
-2x + y - 4z = -6
4x - 3y + 2z = -10
augmented matrix.
x + 2y - z = 4
-2x + y - 4z = -6
4x - 3y + 2z = -10
Answers
lots of writing...
Here is a neat page
http://www.gregthatcher.com/Mathematics/GaussJordan.aspx
tell it you have 3 rows and 4 columns, then enter the values
Notice it takes it all the way to the matrix
1 0 0 ?
0 1 0 ?
0 0 1 ?
you only have to go as far as
1 x x x
0 1 x x
0 0 1 x
get the answer from the last row, sub that back into the second, and finally into the first.
Here is a neat page
http://www.gregthatcher.com/Mathematics/GaussJordan.aspx
tell it you have 3 rows and 4 columns, then enter the values
Notice it takes it all the way to the matrix
1 0 0 ?
0 1 0 ?
0 0 1 ?
you only have to go as far as
1 x x x
0 1 x x
0 0 1 x
get the answer from the last row, sub that back into the second, and finally into the first.
Related Questions
The augmented matrix A represents a system of three real-valued equations in three unknowns. Which o...
15. The augmented matrix A represents a system of three real-valued equations in three unknowns. Whi...
Consider the system of equations:
x1 + x2 + x3 = 6,
−x1 − 2x2 + 3x3 = 1,
3x1 − 4x2 + 4x3 = 5....