- Timestamp:
- 2015-06-12T12:13:14-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1441 r1473 232 232 (incf-power (nth i plist) i)))) 233 233 234 (defun saturation-extension (ring f plist &aux (k (length plist)) (d (monom-dimension (poly-lm (car plist))))) 234 (defun saturation-extension (ring f plist 235 &aux 236 (k (length plist)) 237 (d (monom-dimension (poly-lm (car plist))))) 235 238 "Calculate [F, U1*P1-1,U2*P2-1,...,UK*PK-1], where PLIST=[P1,P2,...,PK]." 236 239 (setf f (poly-list-add-variables f k)
Note:
See TracChangeset
for help on using the changeset viewer.