Changeset 1687
- Timestamp:
 - 2015-06-14T21:24:05-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
r1686 r1687 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 180 (labels ((parse (arg) (maxima->poly arg vars 181 ring 182 order 181 183 primary-elimination-order 182 184 secondary-elimination-order))  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  