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 1713


Ignore:
Timestamp:
2015-06-14T21:58:06-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r1712 r1713  
    260260     `((mtimes) ,(funcall *ratdisrep-fun* (term-coeff object))
    261261       ,@(mapcar #'(lambda (var power) `((mexpt) ,var ,power))
    262                  vars (coerce (term-monom object) 'list))))
     262                 vars (monom->list object))))
    263263    ;; Assumes that Lisp and Maxima logicals coincide
    264264    (:logical object)
Note: See TracChangeset for help on using the changeset viewer.