Changeset 3652 for branches/f4grobner
- Timestamp:
- 2015-09-05T21:17:40-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3651 r3652 400 400 (mg (divide lcm (leading-monomial g)))) 401 401 (multiple-value-bind (c cf cg) 402 ( funcall (ring-ezgcd ring) (poly-lc f) (poly-lcg))402 (universal-ezgcd (leading-coefficient f) (leading-coefficient g)) 403 403 (declare (ignore c)) 404 404 (subtract 405 405 (multiply cg (multiply mf f)) 406 406 (multiply cf (multiply mg g))))))) 407 408 407 409 408 #|
Note:
See TracChangeset
for help on using the changeset viewer.