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 1709


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

* empty log message *

File:
1 edited

Legend:

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

    r1708 r1709  
    166166                                      (secondary-elimination-order (find-order-by-name $poly_secondary_elimination_order))
    167167                                    &aux
    168                                       (vars (coerce-maxima-list vars))
    169168                                      (ring-and-order (make-ring-and-order
    170169                                                       :ring  ring
     
    178177                       (ring-and-order (find-ring-and-order-by-name))
    179178                     &aux
     179                       (vars (coerce-maxima-list vars))
    180180                       (ring (ro-ring ring-and-order)))
    181181  "Convert a maxima polynomial expression EXPR in variables VARS to
Note: See TracChangeset for help on using the changeset viewer.