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