close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 1169


Ignore:
Timestamp:
2015-06-10T19:51:08-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1168 r1169  
    254254                    (ring-and-order (make-ring-and-order :ring ring :order order)))
    255255  "Evaluate Lisp form EXPR to a polynomial or a list of polynomials in
    256 variables VARS. Return the resulting polynomial or list of polynomials."
     256variables VARS. Return the resulting polynomial or list of polynomials.
     257Standard arithmetical operators in form EXPR are replaced with their analogues
     258in the ring of polynomials, and the resulting expression is evaluated, resulting
     259in a polynomial or a list of polynomials in internal form. A similar operation
     260in computer algebra system is called 'expand' or so."
    257261  (labels ((p-eval (arg) (poly-eval arg vars ring order))
    258262           (p-eval-scalar (arg) (poly-eval-scalar arg))
Note: See TracChangeset for help on using the changeset viewer.