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