| 1 | initial version |
You can do the following:
R.ideal([f.reduce(J) for f in I.gens()])
That is basically what singular does: reduce the generators of I w.r.t. J.
| 2 | No.2 Revision |
You can do the following:
R.ideal([f.reduce(J) R.ideal([f.reduce(J.groebner_basis()) for f in I.gens()])
That is basically what singular does: reduce the generators of I w.r.t. J.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.