Changeset 3080 for branches/f4grobner
- Timestamp:
- 2015-06-21T20:24:31-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3079 r3080 312 312 (plist (poly-standard-extension plist)) 313 313 (dim (poly-dimension (car plist)))) 314 "Calculate [U1*P1-1,U2*P2-1,...,UK*PK-1], where PLIST=[P1,P2,...,PK]." 314 "Calculate [F,U1*P1-1,U2*P2-1,...,UK*PK-1], where PLIST=[P1,P2,...,PK]. 315 The polynomials in F are destructively modified by inserting k variables 316 at the beginning." 315 317 (flet ((subtract-1 (p) 316 318 (append-item p (make-instance 'term :coeff -1 :dimension dim))))
Note:
See TracChangeset
for help on using the changeset viewer.