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 4386


Ignore:
Timestamp:
2016-06-06T20:39:45-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial-eval.lisp

    r4372 r4386  
    3232replaced with their analogues in the ring of polynomials, and the
    3333resulting expression is evaluated, resulting in a polynomial or a list
    34 of polynomials in internal form. A similar operation in another computer
    35 algebra system could be called 'expand' or so."
     34of polynomials in internal form. A similar operation in another
     35computer algebra system could be called 'expand' or so."
    3636  (labels ((p-eval (p) (poly-eval p vars order coefficient-class))
    3737           (p-eval-list (plist) (mapcar #'p-eval plist)))
Note: See TracChangeset for help on using the changeset viewer.