Solving Linear Equations Demo

Enter a list of linear equations and a list of variables to solve. For example,

solve([ x + y = 0, x - y = 1 ], [x, y]);



By copy-paste, enter the code in the above box to Maxima Online to see the live demo.


| Back to Demos |