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 1639


Ignore:
Timestamp:
2015-06-14T19:55:31-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/termlist.lisp

    r1604 r1639  
    5252(defun termlist-contract (p &optional (k 1))
    5353  "Eliminate first K variables from a polynomial P."
    54   (mapcar #'(lambda (term) (make-term (monom-contract k (term-monom term))
     54  (mapcar #'(lambda (term) (make-term (monom-contract (term-monom term) k)
    5555                                      (term-coeff term)))
    5656          p))
Note: See TracChangeset for help on using the changeset viewer.