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 1690


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

* empty log message *

File:
1 edited

Legend:

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

    r1689 r1690  
    228228  (case (caar expr)
    229229    (mlist (mapcar #'(lambda (p)
    230                        (parse-poly p vars ring order primary-elimination-order secondary-elimination-order))
     230                       (maxima->plist p vars
     231                                      ring order
     232                                      primary-elimination-order
     233                                      secondary-elimination-order))
    231234                   (cdr expr)))
    232235    (t (merror "Expression ~M is not a list of polynomials in variables ~M."
Note: See TracChangeset for help on using the changeset viewer.