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 1640


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

* empty log message *

File:
1 edited

Legend:

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

    r1288 r1640  
    158158         (coerce-coeff *maxima-ring* expr vars)))))))
    159159
     160#|
     161
    160162(defun parse-poly-list (expr vars)
    161163  "Parse a Maxima representation of a list of polynomials."
     
    521523    (make-poly-from-termlist (list (make-term (poly-lm f) (funcall (ring-unit *maxima-ring*)))))))
    522524
     525|#
Note: See TracChangeset for help on using the changeset viewer.