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 1641


Ignore:
Timestamp:
2015-06-14T20:14:10-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1640 r1641  
    119119(defun free-of-vars (expr vars) (apply #'$freeof `(,@vars ,expr)))
    120120
    121 (defun parse-poly (expr vars &aux (vars (coerce-maxima-list vars)))
     121(defun maxima->poly (expr vars &aux (vars (coerce-maxima-list vars)))
    122122  "Convert a maxima polynomial expression EXPR in variables VARS to internal form."
    123   (labels ((parse (arg) (parse-poly arg vars))
     123  (labels ((parse (arg) (maxima->poly arg vars))
    124124           (parse-list (args) (mapcar #'parse args)))
    125125    (cond
Note: See TracChangeset for help on using the changeset viewer.