- Timestamp:
- 2015-06-14T21:51:40-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r1705 r1706 232 232 (case (caar expr) 233 233 (mlist (mapcar #'(lambda (p) 234 (maxima->poly p vars 235 ring order 236 primary-elimination-order 237 secondary-elimination-order)) 234 (maxima->poly p vars ring-and-order)) 238 235 (cdr expr))) 239 236 (otherwise (merror "Expression ~M is not a list of polynomials in variables ~M."
Note:
See TracChangeset
for help on using the changeset viewer.