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 3130


Ignore:
Timestamp:
2015-06-22T11:05:07-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/symbolic-poly.lisp

    r3128 r3130  
    4242(defun poly-eval (expr vars
    4343                  &optional
    44                     (ring +ring-of-integers+)
    4544                    (order #'lex>)
    46                     (list-marker :[)
    47                   &aux
    48                     (ring-and-order (make-ring-and-order :ring ring :order order)))
     45                    (list-marker :[))
    4946  "Evaluate Lisp form EXPR to a polynomial or a list of polynomials in
    5047variables VARS. Return the resulting polynomial or list of
Note: See TracChangeset for help on using the changeset viewer.