Question 175531: How do I solve the system of equations using the Gauss-Jordan elimination?
3x+5y=7
6x-y=-8 Found 2 solutions by stanbon, Mathtut:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! solve the system of equations using the Gauss-Jordan elimination?
3x+5y=7
6x-y=-8
-------------
Multiply thru the 2nd equation by 5 to get:
30x - 5y = -40
Add that to the 1st equation to solve for "x":
33x = -33
x = -1
-------------
Substitute into 3x+5y=7 to solve for "y":
3*-1 + 5y = 7
5y = 10
y = 2
==================
Cheers,
Stan H.
start with augmented matrix
:
(R1)/3-6R1+R2R2/-11-(5/3)R2+R1
:
answer is
remember that R1 is Row 1
.................R2 is Row 2
:
and when you see something like R1/3 that is all the elements in Row 1 being divided by 3. Maybe you'll see 6R1+R2..thats elements in Row 1 multiplied by 6 and added to elements in Row 2.