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 1694


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

* empty log message *

File:
1 edited

Legend:

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

    r1693 r1694  
    219219         (coerce-coeff (ro-ring ring-and-order) expr vars)))))))
    220220
    221 (defun maxima->plist (expr vars
     221(defun maxima->pl (expr vars
    222222                      &optional
    223223                        (ring (find-ring-by-name $poly_coefficient_ring))
     
    236236                       expr vars))))
    237237
    238 #|
    239 
    240 (defun parse-poly-list-list (poly-list-list vars)
     238(defun maxima->pll (poly-list-list vars)
    241239  "Parse a Maxima representation of a list of lists of polynomials."
    242240  (mapcar #'(lambda (g) (parse-poly-list g vars)) (coerce-maxima-list poly-list-list)))
Note: See TracChangeset for help on using the changeset viewer.