up previous next
CyclotomicFactors    --    find cyclotomic factors of a polynomial


Syntax
CyclotomicFactors(f: RINGELEM): RECORD

Description
This function computes the cyclotomic factors of the univariate polynomial f.

Example
/**/  use QQ[z];
/**/  CyclotomicFactors((z^2+1)*(z^2+3*z+1));
record[RemainingFactor := 1, factors := [z^2 +1], multiplicities := [1]]

See Also