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 1206


Ignore:
Timestamp:
2015-06-11T10:59:25-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1205 r1206  
    5656  #+grobner-check(monom-equal-p (poly-lm f) (monom-mul m (poly-lm g)))
    5757  ;; Note that below we can drop the leading terms of f ang g for the
    58   ;; purpose of polynomial arithmetic.  However, the sugar calculation
    59   ;; would not be correct if this is done.
     58  ;; purpose of polynomial arithmetic. 
     59  ;;
     60  ;; TODO: Make sure that the sugar
     61  ;; calculation is correct if leading terms are dropped.
    6062  (poly-sub ring-and-order
    61             (scalar-times-poly ring c2 f)
    62             (scalar-times-poly ring c1 (monom-times-poly m g))))
     63            (scalar-times-poly-1 ring c2 f)
     64            (scalar-times-poly-1 ring c1 (monom-times-poly m g))))
    6365
    6466(defun poly-pseudo-divide (ring-and-order f fl
Note: See TracChangeset for help on using the changeset viewer.