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


Ignore:
Timestamp:
2012-06-05T12:50:07-07:00 (12 years ago)
Author:
Marek Rychlik
Message:

Played with various settings of :ezgcd and :gcd components
to avoid errors when modulus is set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grobner.lisp

    r12 r15  
    20982098                             (p (parse-poly p vars)))
    20992099     ,@(when documentation-supplied-p (list documentation))
    2100      (coerce-to-maxima :polynomial (,fun-name *maxima-ring* p) vars)))
     2100     ($ratdisrep (coerce-to-maxima :polynomial (,fun-name *maxima-ring* p) vars))))
    21012101
    21022102(defmacro define-binop (maxima-name fun-name
     
    21092109                             (q (parse-poly q vars)))
    21102110     ,@(when documentation-supplied-p (list documentation))
    2111      (coerce-to-maxima :polynomial (,fun-name *maxima-ring* p q) vars)))
     2111     ($ratdisrep (coerce-to-maxima :polynomial (,fun-name *maxima-ring* p q) vars))))
    21122112
    21132113
Note: See TracChangeset for help on using the changeset viewer.