Changeset 4386 for branches/f4grobner
- Timestamp:
- 2016-06-06T20:39:45-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial-eval.lisp
r4372 r4386 32 32 replaced with their analogues in the ring of polynomials, and the 33 33 resulting expression is evaluated, resulting in a polynomial or a list 34 of polynomials in internal form. A similar operation in another computer35 algebra system could be called 'expand' or so."34 of polynomials in internal form. A similar operation in another 35 computer algebra system could be called 'expand' or so." 36 36 (labels ((p-eval (p) (poly-eval p vars order coefficient-class)) 37 37 (p-eval-list (plist) (mapcar #'p-eval plist)))
Note:
See TracChangeset
for help on using the changeset viewer.