[Next] [Prev] [Right] [Left] [Up] [Index] [Root]
Polynomials over the Integers

Polynomials over the Integers

The functions in this section are available for multivariate polynomials over the integers only.

Sign(p) : RngDPolElt -> RngIntElt
The sign of the leading coefficient of p.
AbsoluteValue(p) : RngDPolElt -> RngDPolElt
Abs(p) : RngDPolElt -> RngDPolElt
Returns either p or -p according to which one has non-negative leading coefficient.
MaxNorm(p) : RngDPolElt -> RngIntElt
The maximum of the absolute values of the coefficients of p.
SumNorm(p) : RngDPolElt -> RngIntElt
The sum of the base coefficients of p.
[Next] [Prev] [Right] [Left] [Up] [Index] [Root]