On Wednesday 10 February 2010, Stefan Boettner wrote:
> Hello,
>
> since I changed to version 4.3.2 it seems that calling associated_primes()
> on an ideal of a polynomial ring that has term order 'invlex' is broken.
>
> Example:
> sage: R.=PolynomialRing(QQ,2,order='invlex')
> sage: R.ideal(x).
Hello,
since I changed to version 4.3.2 it seems that calling associated_primes() on
an ideal of a polynomial ring that has term order 'invlex' is broken.
Example:
sage: R.=PolynomialRing(QQ,2,order='invlex')
sage: R.ideal(x).associated_primes()
? // Not implemented for this ordering, please cha