Hello, I would like to have a program that solves Gaussian elimination. I need it for reference, I think it would be nice to have a tool like this. Now, I know there are many codes I could use online, but I need a code that formats my equation.
Like, a+b+c+10 becomes a+b+c=-10... because most of my equations are not in that format, so the code would have to format it. Does anybody know where I can get something like this? Again, most codes I tried didn't consider anything but the standard form.