up previous next
cyclotomic    --    n-th cyclotomic polynomial


Syntax
cyclotomic(n: INT, x: RINGELEM): RINGELEM

Description
This function computes the n-th cyclotomic polynomial (in the indeterminate x).

Example
/**/  use QQ[z];
/**/  cyclotomic(4,z);
z^2 + 1

See Also