Changeset 1471 for branches/f4grobner
- Timestamp:
- 2015-06-12T12:02:54-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ideal.lisp
r1470 r1471 170 170 &optional 171 171 (start 0) 172 (top-reduction-only $poly_top_reduction_only)) 172 (top-reduction-only $poly_top_reduction_only) 173 &aux 174 (ring (ro-ring ring-and-order))) 173 175 "Returns the reduced Grobner basis of the saturation of the ideal 174 176 generated by a polynomial list F in the ideal generated by a single … … 184 186 (reduced-grobner 185 187 ring-and-order 186 (saturation-extension-1 ring -and-orderf p)188 (saturation-extension-1 ring f p) 187 189 start top-reduction-only) 188 190 1)))
Note:
See TracChangeset
for help on using the changeset viewer.