Changeset 1686
- Timestamp:
 - 2015-06-14T21:23:54-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/mx-grobner.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/mx-grobner.lisp
r1685 r1686 178 178 and then evaluating the expression using polynomial arithmetic 179 179 implemented by the POLYNOMIAL package." 180 (labels ((parse (arg) (maxima->poly arg vars ring order primary-elimination-order secondary-elimination-order)) 180 (labels ((parse (arg) (maxima->poly arg vars ring order 181 primary-elimination-order 182 secondary-elimination-order)) 181 183 (parse-list (args) (mapcar #'parse args))) 182 184 (cond  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  