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