Changeset 1495 for branches/f4grobner
- Timestamp:
- 2015-06-12T12:45:17-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1494 r1495 254 254 ;; Add k variables to f 255 255 (f (poly-list-add-variables f k)) 256 ;; Set PLIST to [U1*P1,U2*P2,...,UK*PK] 256 257 (plist (apply #'poly-append (poly-standard-extension plist)))) 257 258 "Calculate [F, U1*P1+U2*P2+...+UK*PK-1], where PLIST=[P1,P2,...,PK]."
Note:
See TracChangeset
for help on using the changeset viewer.