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 1829


Ignore:
Timestamp:
2015-06-15T14:04:42-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/termlist.lisp

    r1639 r1829  
    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 (term-monom term) k)
    55                                       (term-coeff term)))
     54  (mapcar #'(lambda (term) (make-term :monom (monom-contract (term-monom term) k)
     55                                      :coeff (term-coeff term)))
    5656          p))
    5757
Note: See TracChangeset for help on using the changeset viewer.