Skip to main content

Primitive part

The content of a polynomial with integer coefficients is the greatest common divisor of its coefficients. The primitive part of such a polynomial is the quotient of the polynomial by its content.

Syntax

primitive_part(Polynomial)

Description

Returns a list with two elements: the content and the primitive part.

abstract_algebra.primitive_part.calc.png