Changeset 3088 for branches/f4grobner
- Timestamp:
- 2015-06-21T20:50:42-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3087 r3088 336 336 polynomial. Subsequently, P1, P2, ..., PK are destructively modified 337 337 tantamount to replacing PI with UI*PI, and the resulting polynomials 338 are added. It should be noted that the term order is not affected, 339 which is equivalent to using a lexicographic order." 338 are added. It should be noted that the term order is not modified, 339 which is equivalent to using a lexicographic order on the first K 340 variables." 340 341 (declare (type ring ring)) 341 342 (setf (cdr (last (poly-termlist plist)))
Note:
See TracChangeset
for help on using the changeset viewer.