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 4171


Ignore:
Timestamp:
2016-06-03T08:22:09-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r4122 r4171  
    162162      (let ((m (divide (leading-monomial p) (leading-monomial g))))
    163163        ;; Multiply the equation c*f=sum ai*fi+r+p by cg.
    164         (setf r (multiply r cg)
    165               c (multiply c cg)
     164        (setf r (multiply-by r cg)
     165              c (multiply-by c cg)
    166166              ;; p := cg*p-cp*m*g
    167167              p (grobner-op cp cg m p g))))
Note: See TracChangeset for help on using the changeset viewer.