- Timestamp:
- 2015-06-12T12:15:16-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1474 r1475 248 248 249 249 250 (defun polysaturation-extension (ring f plist &aux (k (length plist)) 251 (d (+ k (monom-dimension (poly-lm (car plist)))))) 250 (defun polysaturation-extension (ring f plist 251 &aux 252 (k (length plist)) 253 (d (+ k (monom-dimension (poly-lm (car plist)))))) 252 254 "Calculate [F, U1*P1+U2*P2+...+UK*PK-1], where PLIST=[P1,P2,...,PK]." 253 255 (setf f (poly-list-add-variables f k)
Note:
See TracChangeset
for help on using the changeset viewer.