Hi John,
sorry, somehow I missed your posting.
Le lundi 5 novembre 2018 18:55:25 UTC+1, john_perry_usm a écrit :
>
> This code works in Sage 8.3, but not in Sage 8.4.
>
> P. = PolynomialRing(QQ)
> I = Ideal([x^3, x*y^2, y^4, x^2*y*z, y^3*z, x^2*z^2, x*y*z^2, x*z^3])
> I.hilbert_polyn
This still does not work in Sage version 8.7.beta7.
I have created a ticket located at
https://trac.sagemath.org/ticket/27483
Best regards,
Le lundi 5 novembre 2018 18:55:25 UTC+1, john_perry_usm a écrit :
>
> This code works in Sage 8.3, but not in Sage 8.4.
>
> P. = PolynomialRing(QQ)
>