Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify fraction '(x+y)(x+y)|(x+y)' #9

Open
MartinHeywang opened this issue Mar 29, 2022 · 0 comments
Open

Simplify fraction '(x+y)(x+y)|(x+y)' #9

MartinHeywang opened this issue Mar 29, 2022 · 0 comments

Comments

@MartinHeywang
Copy link
Owner

MartinHeywang commented Mar 29, 2022

Unexpected result when reducing: (x+y)(x+y)/(x+y)

https://martinheywang.github.io/literal-calculator-web/?expression=(x%2By)(x%2By)%2F(x%2By)

Input: (x+y)(x+y)/(x+y)
Current output: (x^2 + y^2 + 2xy)|(x + y)
Expected output: (x+y)

The result is not wrong in itself. The program develops (x+y)(x+y) and then fails at dividing by (x+y).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant