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

Issues with polynomial arithmetic #152

Closed
sumiya11 opened this issue Feb 14, 2024 · 1 comment · Fixed by #153
Closed

Issues with polynomial arithmetic #152

sumiya11 opened this issue Feb 14, 2024 · 1 comment · Fixed by #153

Comments

@sumiya11
Copy link
Contributor

There seems to be a funny issue on master :^)

julia> using DynamicPolynomials
julia> @polyvar x y monomial_order=LexOrder
julia> x + x*y
2x
@sumiya11
Copy link
Contributor Author

Thanks for fixing this so quickly, it seems to work now.

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

Successfully merging a pull request may close this issue.

1 participant