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 3652


Ignore:
Timestamp:
2015-09-05T21:17:40-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3651 r3652  
    400400           (mg (divide lcm (leading-monomial g))))
    401401      (multiple-value-bind (c cf cg)
    402           (funcall (ring-ezgcd ring) (poly-lc f) (poly-lc g))
     402          (universal-ezgcd (leading-coefficient f) (leading-coefficient g))
    403403        (declare (ignore c))
    404404        (subtract
    405405         (multiply cg (multiply mf f))
    406406         (multiply cf (multiply mg g)))))))
    407 
    408407
    409408#|
Note: See TracChangeset for help on using the changeset viewer.