Changeset 1695 for branches/f4grobner
- Timestamp:
- 2015-06-14T21:38:18-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r1694 r1695 219 219 (coerce-coeff (ro-ring ring-and-order) expr vars))))))) 220 220 221 (defun maxima->p l (expr vars221 (defun maxima->polyl (expr vars 222 222 &optional 223 223 (ring (find-ring-by-name $poly_coefficient_ring)) … … 236 236 expr vars)))) 237 237 238 (defun maxima->p ll (poly-list-list vars)238 (defun maxima->polyll (poly-list-list vars) 239 239 "Parse a Maxima representation of a list of lists of polynomials." 240 240 (mapcar #'(lambda (g) (parse-poly-list g vars)) (coerce-maxima-list poly-list-list)))
Note:
See TracChangeset
for help on using the changeset viewer.