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 44


Ignore:
Timestamp:
2015-06-02T00:37:01-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/grobner.lisp

    r43 r44  
    994994  ;; Note that we can drop the leading terms of f ang g
    995995  (poly-sub ring
    996             (scalar-times-poly ring c2 (cdr f))
    997             (scalar-times-poly ring c1 (monom-times-poly m (cdr g)))))
     996            (scalar-times-poly ring c2 f)
     997            (scalar-times-poly ring c1 (monom-times-poly m g))))
    998998
    999999(defun poly-pseudo-divide (ring f fl)
Note: See TracChangeset for help on using the changeset viewer.