Changeset 1692
- Timestamp:
 - 2015-06-14T21:36:03-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
r1691 r1692 228 228 (case (caar expr) 229 229 (mlist (mapcar #'(lambda (p) 230 (maxima->p listp vars231 ring order232 primary-elimination-order233 secondary-elimination-order))230 (maxima->poly p vars 231 ring order 232 primary-elimination-order 233 secondary-elimination-order)) 234 234 (cdr expr))) 235 235 (otherwise (merror "Expression ~M is not a list of polynomials in variables ~M."  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  