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

Incorrect GCD #104

Closed
shashi opened this issue Jan 17, 2022 · 1 comment · Fixed by #105
Closed

Incorrect GCD #104

shashi opened this issue Jan 17, 2022 · 1 comment · Fixed by #105
Assignees
Labels

Comments

@shashi
Copy link

shashi commented Jan 17, 2022

julia> using DynamicPolynomials

julia> @polyvar x y
(x, y)

julia> gcd((-x + 1) * (y^2+1), -x+1)
-xy² +- x + 1

Found via JuliaSymbolics/Symbolics.jl#487

@blegat
Copy link
Member

blegat commented Jan 17, 2022

Should be fixed by #105

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

Successfully merging a pull request may close this issue.

2 participants