- Timestamp:
- 2015-06-11T20:37:16-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/buchberger.lisp
r1201 r1289 35 35 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 36 36 37 (defun buchberger (ring f start &optional (top-reduction-only $poly_top_reduction_only)) 37 (defun buchberger (ring-and-order f start 38 &optional 39 (top-reduction-only $poly_top_reduction_only) 40 &aux 41 (ring (ro-ring ring-and-order))) 38 42 "An implementation of the Buchberger algorithm. Return Grobner basis 39 43 of the ideal generated by the polynomial list F. Polynomials 0 to
Note:
See TracChangeset
for help on using the changeset viewer.