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 1826


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

* empty log message *

File:
1 edited

Legend:

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

    r1825 r1826  
    262262    (:term
    263263     `((mtimes) ,($ratdisrep (term-coeff object))
    264        ,@(mapcar #'(lambda (var power) `((mexpt) ,var ,power))
    265                  vars (monom->list (term-monom object)))))
     264       ,@(mapcar
     265          #'(lambda (var power) `((mexpt) ,var ,power))
     266          vars
     267          (monom->list (term-monom object)))))
    266268    ;; Assumes that Lisp and Maxima logicals coincide
    267269    (:logical object)))
    268 
    269 
    270270
    271271;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note: See TracChangeset for help on using the changeset viewer.