- Timestamp:
- 2015-06-14T21:23:33-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r1683 r1684 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 ."178 and then evaluating the expression using polynomial arithmetic implemented by the POLYNOMIAL package." 179 179 (labels ((parse (arg) (maxima->poly arg vars ring order primary-elimination-order secondary-elimination-order)) 180 180 (parse-list (args) (mapcar #'parse args)))
Note:
See TracChangeset
for help on using the changeset viewer.