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 1692


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

* empty log message *

File:
1 edited

Legend:

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

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