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.

Ignore:
Timestamp:
2015-06-15T10:01:51-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1766 r1767  
    436436    (poly-content ring-and-order p)))
    437437
     438#|
    438439(defmfun $poly_pseudo_divide (f fl vars)
    439440  (with-ring-and-order ((vars)
     
    448449        ,c
    449450        ,division-count))))
    450 
    451 #|
     451|#
     452
    452453
    453454(defmfun $poly_exact_divide (f g vars)
     
    455456    (poly-exact-divide +maxima-ring+ f g)))
    456457
     458#|
    457459(defmfun $poly_normal_form (f fl vars)
    458460  (with-parsed-polynomials ((vars) :polynomials (f)
Note: See TracChangeset for help on using the changeset viewer.