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 27 for trunk


Ignore:
Timestamp:
2012-06-25T09:52:15-07:00 (12 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grobner.lisp

    r26 r27  
    22982298    (make-poly-from-termlist (list (make-term (poly-lm f) (funcall (ring-unit *maxima-ring*)))))))
    22992299
    2300 (defmfun $buchberger_criterion (g vars)
     2300(defmfun $poly_buchberger_criterion (g vars)
    23012301  (with-parsed-polynomials ((vars) :poly-lists (g) :value-type :logical)
    23022302    (buchberger-criterion *maxima-ring* g)))
Note: See TracChangeset for help on using the changeset viewer.