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 1205


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1204 r1205  
    5555                                   (funcall (ring-mul ring) c1 (poly-lc g))))
    5656  #+grobner-check(monom-equal-p (poly-lm f) (monom-mul m (poly-lm g)))
    57   ;; Note that we can drop the leading terms of f ang g
     57  ;; 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.
    5860  (poly-sub ring-and-order
    5961            (scalar-times-poly ring c2 f)
Note: See TracChangeset for help on using the changeset viewer.