JuliaAlgebra / DynamicPolynomials.jl

Multivariate polynomials implementation of commutative and non-commutative variables
Other
60 stars 20 forks source link

Issues with polynomial arithmetic #152

Closed sumiya11 closed 5 months ago

sumiya11 commented 5 months ago

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 commented 5 months ago

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