Changeset 1209 for branches/f4grobner
- Timestamp:
- 2015-06-11T11:34:51-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1208 r1209 258 258 replaced with their analogues in the ring of polynomials, and the 259 259 resulting expression is evaluated, resulting in a polynomial or a list 260 of polynomials in internal form. A similar operation in computer261 algebra system iscalled 'expand' or so."260 of polynomials in internal form. A similar operation in another computer 261 algebra system could be called 'expand' or so." 262 262 (labels ((p-eval (arg) (poly-eval arg vars ring order)) 263 263 (p-eval-scalar (arg) (poly-eval-scalar arg))
Note:
See TracChangeset
for help on using the changeset viewer.