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]);




| Back to Demos |