Changeset 1720 for branches/f4grobner
- Timestamp:
- 2015-06-15T07:51:01-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r1719 r1720 171 171 :primary-elimination-order primary-elimination-order 172 172 :secondary-elimination-order secondary-elimination-order))) 173 "Build RING-AND-ORDER structure from Maxima-level switches." 173 174 ring-and-order) 174 175 … … 260 261 `((mtimes) ,($ratdisrep (term-coeff object)) 261 262 ,@(mapcar #'(lambda (var power) `((mexpt) ,var ,power)) 262 vars (monom->list object))))263 vars (monom->list (term-monom object))))) 263 264 ;; Assumes that Lisp and Maxima logicals coincide 264 265 (:logical object)
Note:
See TracChangeset
for help on using the changeset viewer.