close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 3117


Ignore:
Timestamp:
2015-06-22T08:05:32-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3116 r3117  
    344344polynomial.  Subsequently, P1, P2, ..., PK are destructively modified
    345345tantamount 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."
     346are added. Finally, 1 is subtracted.  It should be noted that the term
     347order is not modified, which is equivalent to using a lexicographic
     348order on the first K variables."
    349349  (flet ((subtract-1 (p)
    350350           (append-item p (make-instance 'term :coeff -1 :dimension nvars))))
Note: See TracChangeset for help on using the changeset viewer.