Re: [sage-support] associated_primes broken with term order invlex

2010-03-09 Thread Martin Albrecht
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).

[sage-support] associated_primes broken with term order invlex

2010-02-10 Thread Stefan Boettner
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