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 1808


Ignore:
Timestamp:
2015-06-15T12:47:37-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r1807 r1808  
    417417  "Returns the syzygy polynomial (S-polynomial) of two polynomials P and Q.")
    418418
    419 (define-unop ($poly_primitive_part poly-primitive-part)
     419(define-unop ($poly_primitive_part poly-primitive-part :env :ring)
    420420  "Returns the polynomial P divided by GCD of its coefficients.")
    421421
    422 (define-unop ($poly_normalize poly-normalize)
     422(define-unop ($poly_normalize poly-normalize :env :ring)
    423423  "Returns the polynomial P divided by the leading coefficient.")
    424424
Note: See TracChangeset for help on using the changeset viewer.