Simplify is not factoring out common terms which would help the project develop the goal to create a solver. For example `simplify(parse("k*(a*k+b)/k^4"))` gets simplified but `simplify(parse("(a*k^2+b*k)/k^4"))` stays the same.
Simplify is not factoring out common terms which would help the project develop the goal to create a solver.
For example
simplify(parse("k*(a*k+b)/k^4"))gets simplified butsimplify(parse("(a*k^2+b*k)/k^4"))stays the same.