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 1686


Ignore:
Timestamp:
2015-06-14T21:23:54-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r1685 r1686  
    178178and then evaluating the expression using polynomial arithmetic
    179179implemented by the POLYNOMIAL package."
    180   (labels ((parse (arg) (maxima->poly arg vars ring order primary-elimination-order secondary-elimination-order))
     180  (labels ((parse (arg) (maxima->poly arg vars ring order
     181                                      primary-elimination-order
     182                                      secondary-elimination-order))
    181183           (parse-list (args) (mapcar #'parse args)))
    182184    (cond
Note: See TracChangeset for help on using the changeset viewer.