Changeset 3696 for branches/f4grobner
- Timestamp:
- 2015-09-06T06:41:31-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3695 r3696 474 474 variables U1,U2,...,UK inserted as first K variables and 475 475 PLIST=[P1,P2,...,PK]." 476 (setf f ( poly-list-add-variables f k)476 (setf f (mapc #'(lambda (x) (poly-add-variables x k)) f) 477 477 plist (standard-extension-1 plist)) 478 478 (nconc f plist))
Note:
See TracChangeset
for help on using the changeset viewer.