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 881


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

* empty log message *

File:
1 edited

Legend:

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

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