Skip to content

Factoring before trying to simplify [FEATURE] #180

Open
@andrew-murdza

Description

@andrew-murdza

Is your feature request related to a problem? Please describe.
\sqrt{(x+1)^2} simplifies but not \sqrt{x^2+2x+1}
\frac{x}{x^2-x} doesn't simplify (also that might be just because \frac{x}{x(x-1)} doesn't simplify)

Describe the solution you'd like
Expressions are factored in to try to simplify them. If the simplification fails, then don't factor them

Describe alternatives you've considered
\sqrt{a^2+2ab+b^2}->|a+b| and \sqrt{a^2-2ab+b^2}->|a-b|

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions