- Timestamp:
- 2015-06-15T14:39:40-07:00 (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/f4grobner/mx-grobner.lisp (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/f4grobner/mx-grobner.lispr1861 r1865 254 254 255 255 (defun poly->maxima (poly-type object vars) 256 ( ecase poly-type256 (case poly-type 257 257 (:custom object) ;Bypass processing 258 258 (:polynomial … … 267 267 (monom->list (term-monom object))))) 268 268 ;; Assumes that Lisp and Maxima logicals coincide 269 (:logical object))) 269 (:logical object) 270 (otherwise object))) 270 271 271 272 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
