Skip to content

Suggestion: better simplify by factoring out common terms #1423

@Kreijstal

Description

@Kreijstal

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions