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 3088


Ignore:
Timestamp:
2015-06-21T20:50:42-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3087 r3088  
    336336polynomial.  Subsequently, P1, P2, ..., PK are destructively modified
    337337tantamount 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."
     338are added.  It should be noted that the term order is not modified,
     339which is equivalent to using a lexicographic order on the first K
     340variables."
    340341  (declare (type ring ring))
    341342  (setf (cdr (last (poly-termlist plist)))
Note: See TracChangeset for help on using the changeset viewer.