Changeset 1808 for branches/f4grobner/mx-grobner.lisp
- Timestamp:
- 2015-06-15T12:47:37-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r1807 r1808 417 417 "Returns the syzygy polynomial (S-polynomial) of two polynomials P and Q.") 418 418 419 (define-unop ($poly_primitive_part poly-primitive-part )419 (define-unop ($poly_primitive_part poly-primitive-part :env :ring) 420 420 "Returns the polynomial P divided by GCD of its coefficients.") 421 421 422 (define-unop ($poly_normalize poly-normalize )422 (define-unop ($poly_normalize poly-normalize :env :ring) 423 423 "Returns the polynomial P divided by the leading coefficient.") 424 424
Note:
See TracChangeset
for help on using the changeset viewer.