#Gaussian eliminatio
8 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
yeah sry I just solved it , it was correct I just read the solution of the wrong problem and I thought it was wrong
here is what I did
1x -2y -3z = 4 //okay so I need to get rid of lets say x , I will do this by multiplying this row with -2
2x +3y -2z = 5
1x -2y -3z = 4 //(this stays the same )
2x +3y - 2z = 5 //now the result of multiplying the first row goes here (-2x +4y +6z = -8)
and last step is doing
1x -2y -3z = 4