Changeset 1685 for branches/f4grobner
- Timestamp:
- 2015-06-14T21:23:39-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r1684 r1685 176 176 "Convert a maxima polynomial expression EXPR in variables VARS to 177 177 internal form. This works by first converting the expression to Lisp, 178 and then evaluating the expression using polynomial arithmetic implemented by the POLYNOMIAL package." 178 and then evaluating the expression using polynomial arithmetic 179 implemented by the POLYNOMIAL package." 179 180 (labels ((parse (arg) (maxima->poly arg vars ring order primary-elimination-order secondary-elimination-order)) 180 181 (parse-list (args) (mapcar #'parse args)))
Note:
See TracChangeset
for help on using the changeset viewer.