- Timestamp:
- 2015-06-21T18:15:57-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3072 r3073 312 312 "Calculate [F, U1*P1-1,U2*P2-1,...,UK*PK-1], where PLIST=[P1,P2,...,PK]." 313 313 (flet ((subtract-1 (p) 314 (insert-item (make-instance 'term :coeff -1 :dimension dim))314 (insert-item p (make-instance 'term :coeff -1 :dimension dim)) 315 315 p)) 316 316 (setf plist (mapc #'subtract-1 plist)))
Note:
See TracChangeset
for help on using the changeset viewer.