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 1706


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

* empty log message *

File:
1 edited

Legend:

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

    r1705 r1706  
    232232  (case (caar expr)
    233233    (mlist (mapcar #'(lambda (p)
    234                        (maxima->poly p vars
    235                                      ring order
    236                                      primary-elimination-order
    237                                      secondary-elimination-order))
     234                       (maxima->poly p vars ring-and-order))
    238235                   (cdr expr)))
    239236    (otherwise (merror "Expression ~M is not a list of polynomials in variables ~M."
Note: See TracChangeset for help on using the changeset viewer.