Changeset 1693 for branches/f4grobner
- Timestamp:
- 2015-06-14T21:36:57-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r1692 r1693 225 225 (primary-elimination-order (find-order-by-name $poly_primary_elimination_order)) 226 226 (secondary-elimination-order (find-order-by-name $poly_secondary_elimination_order))) 227 " Parse a Maxima representation of a list of polynomials."227 "Convert a Maxima representation of a list of polynomials to the internal form." 228 228 (case (caar expr) 229 229 (mlist (mapcar #'(lambda (p)
Note:
See TracChangeset
for help on using the changeset viewer.