Changeset 4077 for branches/f4grobner
- Timestamp:
- 2016-05-31T21:33:31-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r4075 r4077 31 31 "BUCHBERGER-CRITERION" 32 32 "GROBNER-TEST" 33 )) 33 ) 34 (:documentation 35 "An implementation of the division algorithm")) 34 36 35 37 (in-package :division) … … 39 41 Top reduction means that division algorithm stops after the first reduction.") 40 42 41 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;42 ;;43 ;; An implementation of the division algorithm44 ;;45 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;46 43 47 44 (defun grobner-op (c1 c2 m f g)
Note:
See TracChangeset
for help on using the changeset viewer.