Gaussian elimination: last row is "0 0 -11 = -11"; how do I turn the 11 into a 1?

the305itself

New member
Joined
Jan 26, 2018
Messages
3
Gaussian elimination: last row is "0 0 -11 = -11"; how do I turn the 11 into a 1?

This is a matrix I am having issues creating the Gaussian elimination with. I have no idea how to turn that -11 into a one. Does anyone have a solution to this?

1 2 -1 = -3

0 1 1 = 1.5

0 0 -11 = -11
 
I have no idea how to turn that -11 into a one. Does anyone have a solution to this
Hi. You've only got one step left, to get Reduced Row Echelon form (REF).

Multiply row 3 by -1/11. :cool:
 
Last edited:
Top