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 1693 for branches/f4grobner


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

* empty log message *

File:
1 edited

Legend:

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

    r1692 r1693  
    225225                        (primary-elimination-order (find-order-by-name $poly_primary_elimination_order))
    226226                        (secondary-elimination-order (find-order-by-name $poly_secondary_elimination_order)))
    227   "Parse a Maxima representation of a list of polynomials."
     227  "Convert a Maxima representation of a list of polynomials to the internal form."
    228228  (case (caar expr)
    229229    (mlist (mapcar #'(lambda (p)
Note: See TracChangeset for help on using the changeset viewer.