Equation
Equation copied to clipboard
Simplify Equations
It would be nice if we could simplify equations.
Example:
2 * x^2 + 5*x - 3*x - x^2
Becomes
x ^ 2 + 2 * x
We might need to rewrite the AST as it doesn't provide any useful information in this case.