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 1209


Ignore:
Timestamp:
2015-06-11T11:34:51-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1208 r1209  
    258258replaced with their analogues in the ring of polynomials, and the
    259259resulting 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."
     260of polynomials in internal form. A similar operation in another computer
     261algebra system could be called 'expand' or so."
    262262  (labels ((p-eval (arg) (poly-eval arg vars ring order))
    263263           (p-eval-scalar (arg) (poly-eval-scalar arg))
Note: See TracChangeset for help on using the changeset viewer.