SOLUTION: I need some help on this equation. I need to use the gauss-jordan method solving by matrices. thanks
4x - 2y = 3
-2x + 3y = 1
Algebra ->
Matrices-and-determiminant
-> SOLUTION: I need some help on this equation. I need to use the gauss-jordan method solving by matrices. thanks
4x - 2y = 3
-2x + 3y = 1
Log On
Question 150001: I need some help on this equation. I need to use the gauss-jordan method solving by matrices. thanks
4x - 2y = 3
-2x + 3y = 1 Answer by ntnk(54) (Show Source):
You can put this solution on YOUR website! I don't know how to make matrices here, but I'll try.
[ 4 -2 | 3 ]
[-2 3 | 1 ] <-- That's your augmented matrix representing the system of equations.
Now row one column one has to be a pivot, so row two column one must become zero.
Add 1/2*row one to row two.
[4 -2 | 3]
[0 2 | 5/2]
So you have it in the proper inverted triangle form now. Equate the components.
Substitute this back into:
So there is the solution: (11/8, 5,4)
-ntnk