Gaussian elimination method
I'm trying solve many system by matrices. I would like to write a code to solve this, but i don't know even how to start. I found this link: https://goo.gl/zRmH9m, it seems what i'm trying to do, but this code don't work for me. There aren't input and I don't know how to write my matrice in this. | a11 a12 a13 ... a1n | | a21 a22 a23 ... a2n | | ... ... ... ... ... | | an1 ... an3 ... ann | transform into matrice: | a11 a12 a13 ... a1n | | 0 a22 a23 ... a2n | | ... ... ... ... ... | | 0 0 0 ... ann | I would like to advise that it's not my homework. If you would like to check, i was doing this by handly. See here: https://ibb.co/f3rSKo