- Timestamp:
- 2015-06-14T21:52:57-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r1707 r1708 183 183 and then evaluating the expression using polynomial arithmetic 184 184 implemented by the POLYNOMIAL package." 185 (labels ((parse (arg) (maxima->poly arg vars 186 ring 187 order 188 primary-elimination-order 189 secondary-elimination-order)) 185 (labels ((parse (arg) (maxima->poly arg vars ring-and-order)) 190 186 (parse-list (args) (mapcar #'parse args))) 191 187 (cond
Note:
See TracChangeset
for help on using the changeset viewer.