Enter a list of linear equations and a list of variables to solve. For example, solve([ x + y = 0, x - y = 1 ], [x, y]); 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 |
solve([ x + y = 0, x - y = 1 ], [x, y]);
| Back to Demos |