Changeset 3703 for branches/f4grobner
- Timestamp:
- 2015-09-06T07:10:34-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3701 r3703 478 478 "Calculate [F', U1*P1+U2*P2+...+UK*PK-1], where PLIST=[P1,P2,...,PK]." 479 479 (nconc (mapc #'(lambda (x) (poly-insert-variables x k)) f) 480 ( standard-sum plist)))480 (list (standard-sum plist)))) 481 481 482 482 (defun saturation-extension-1 (f p)
Note:
See TracChangeset
for help on using the changeset viewer.