Changeset 2727 for branches/f4grobner/polynomial.lisp
- Timestamp:
- 2015-06-20T17:34:53-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2726 r2727 173 173 self) 174 174 175 #| 176 175 177 (defun poly-standard-extension (plist &aux (k (length plist))) 176 178 "Calculate [U1*P1,U2*P2,...,UK*PK], where PLIST=[P1,P2,...,PK] … … 185 187 (incf-power (nth i plist) i)))) 186 188 187 #| 189 188 190 189 191 (defun saturation-extension (ring f plist
Note:
See TracChangeset
for help on using the changeset viewer.