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 1711


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

* empty log message *

File:
1 edited

Legend:

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

    r1710 r1711  
    221221
    222222(defun maxima->poly-list (expr vars
    223                      &optional
    224                        (ring-and-order (find-ring-and-order-by-name))
    225                      &aux
    226                        (ring (ro-ring ring-and-order)))
     223                          &optional
     224                            (ring-and-order (find-ring-and-order-by-name)))
    227225  "Convert a Maxima representation of a list of polynomials to the internal form."
    228226  (case (caar expr)
Note: See TracChangeset for help on using the changeset viewer.