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 1720


Ignore:
Timestamp:
2015-06-15T07:51:01-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1719 r1720  
    171171                                                       :primary-elimination-order primary-elimination-order
    172172                                                       :secondary-elimination-order secondary-elimination-order)))
     173  "Build RING-AND-ORDER structure from Maxima-level switches."
    173174  ring-and-order)
    174175
     
    260261     `((mtimes) ,($ratdisrep (term-coeff object))
    261262       ,@(mapcar #'(lambda (var power) `((mexpt) ,var ,power))
    262                  vars (monom->list object))))
     263                 vars (monom->list (term-monom object)))))
    263264    ;; Assumes that Lisp and Maxima logicals coincide
    264265    (:logical object)
Note: See TracChangeset for help on using the changeset viewer.