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 1687


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

* empty log message *

File:
1 edited

Legend:

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

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