62.9 Cyclotomic Polynomials

  • CyclotomicPolynomial( F, n ) F

    is the n-th cyclotomic polynomial over the ring F.

  • CyclotomicPol( n ) F

    is the coefficients list of the n-th cyclotomic polynomial over the rationals.

    gap> CyclotomicPolynomial(Rationals,5);
    1+x+x^2+x^3+x^4
    gap> CyclotomicPol(5);                 
    [ 1, 1, 1, 1, 1 ]
    

    [Top] [Previous] [Up] [Next] [Index]

    GAP 4 manual
    February 2000