Changeset 1692 for branches/f4grobner
- Timestamp:
- 2015-06-14T21:36:03-07:00 (9 years ago)
- File:
-
- 1 edited
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 232 233 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.