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 882


Ignore:
Timestamp:
2015-06-09T11:59:17-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r881 r882  
    195195     `((mtimes) ,(funcall *ratdisrep-fun* (term-coeff object))
    196196       ,@(mapcar #'(lambda (var power) `((mexpt) ,var ,power))
    197                  vars (term-monom object))))
     197                 vars (coerce (term-monom object) 'list))))
    198198    ;; Assumes that Lisp and Maxima logicals coincide
    199199    (:logical object)
Note: See TracChangeset for help on using the changeset viewer.