It is now tracked at:
http://trac.sagemath.org/sage_trac/ticket/2593
and a patch that fixes the issue is available.
~$ cat test.sage
# -*- encoding: utf-8 -*-
"""
Gröbner bases are übercool.
"""
def gb(I):
return I.groebner_basis()
~$ sage
----------------------------------------------------------------------
| SAGE Version 2.10.4, Release Date: 2008-03-17 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
Loading SAGE library. Current Mercurial branch is: smallroots
sage: attach "test.sage"
sage: P.<x,y,z> = PolynomialRing(QQ)
sage: I = sage.rings.ideal.Katsura(P)
sage: gb(I)
[x + 2*y + 2*z - 1, y*z + 6/5*z^2 - 1/10*y - 2/5*z, y^2 - 3/5*z^2 - 1/5*y +
1/5*z, z^3 - 79/210*z^2 + 1/30*y + 1/70*z]
Cheers,
Martin
--
name: Martin Albrecht
_pgp: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8EF0DC99
_www: http://www.informatik.uni-bremen.de/~malb
_jab: martinr...@jabber.ccc.de