Changeset 1208 for branches/f4grobner
- Timestamp:
- 2015-06-11T11:34:31-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1203 r1208 254 254 (ring-and-order (make-ring-and-order :ring ring :order order))) 255 255 "Evaluate Lisp form EXPR to a polynomial or a list of polynomials in 256 variables VARS. Return the resulting polynomial or list of polynomials. 257 Standard arithmetical operators in form EXPR are replaced with their analogues 258 in the ring of polynomials, and the resulting expression is evaluated, resulting 259 in a polynomial or a list of polynomials in internal form. A similar operation 260 in computer algebra system is called 'expand' or so." 256 variables VARS. Return the resulting polynomial or list of 257 polynomials. Standard arithmetical operators in form EXPR are 258 replaced with their analogues in the ring of polynomials, and the 259 resulting expression is evaluated, resulting in a polynomial or a list 260 of polynomials in internal form. A similar operation in computer 261 algebra system is called 'expand' or so." 261 262 (labels ((p-eval (arg) (poly-eval arg vars ring order)) 262 263 (p-eval-scalar (arg) (poly-eval-scalar arg))
Note:
See TracChangeset
for help on using the changeset viewer.