-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add compatibility with other mathematical software #44
Comments
Perhaps it may be beneficial to convert the polynomial to a different representation in Julia and to then use this new representation of a polynomial as a data structure after converting from |
Thanks for the comment. I do not know whether
which seems to work quite well. But for coefficients it seems more complicated.
Some examples:
|
Thanks for all the work in Reduce.jl, it is a great tool.
I need to complement it with Polymake.jl (to study some properties of the Newton polytope of a polynomial,
it is for CRNT.jl.
So, I need the exponents of a polynomial as Julia vectors of integers, and ideally another Julia vector, with the same order, containing the coefficients.
For this, I started with the exponent of a term
But I am not sure how to iterate over all the term of a polynomial, and how to extract the coefficient neither.
One can iterate over
z:=z-lterm(z)
but requiring arithmetic operations seems not optimal.The text was updated successfully, but these errors were encountered: