Skip to content

Commit

Permalink
Make another GB computation in sage/rings/polynomial/multi_polynomial…
Browse files Browse the repository at this point in the history
…_ideal.py optional
  • Loading branch information
mabshoff committed Dec 1, 2008
1 parent cfd45a1 commit 464638e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/polynomial/multi_polynomial_ideal.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
$\ZZ$), we note that there is a certain integer in the ideal which
is not 1.
sage: I.groebner_basis()
sage: I.groebner_basis() # optional - m2
...
verbose 0 ... Warning: falling back to very slow toy implementation.
[x + y + z, y^2 + y + 23234, y*z + y + 26532, 2*y + 158864, z^2 + 17223, 2*z + 41856, 164878]
Expand Down

0 comments on commit 464638e

Please sign in to comment.