- Timestamp:
- 2015-06-22T08:05:32-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3116 r3117 344 344 polynomial. Subsequently, P1, P2, ..., PK are destructively modified 345 345 tantamount to replacing PI with UI*PI, and the resulting polynomials 346 are added. It should be noted that the term order is not modified,347 which is equivalent to using a lexicographic order on the first K 348 variables."346 are added. Finally, 1 is subtracted. It should be noted that the term 347 order is not modified, which is equivalent to using a lexicographic 348 order on the first K variables." 349 349 (flet ((subtract-1 (p) 350 350 (append-item p (make-instance 'term :coeff -1 :dimension nvars))))
Note:
See TracChangeset
for help on using the changeset viewer.