Cyclotomic Polynomial - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : Algebra : Polynomials : Cyclotomic Polynomial

NumberTheory

  

CyclotomicPolynomial

  

minimal polynomials of primitive roots of unity with rational coefficients

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

CyclotomicPolynomial(n, x)

 

Phi(n, x)

Parameters

n

-

positive integer

x

-

name

Description

• 

The CyclotomicPolynomial('n', 'x') command computes the nth cyclotomic polynomial in x.

• 

The roots of the nth cyclotomic polynomial are exactly the nth primitive roots of unity.

• 

The degree of the nth cyclotomic polynomial is given by Euler's totient function, NumberTheory[Totient].

• 

Phi is an alias for CyclotomicPolynomial.

• 

You can enter the command Phi using either the 1-D or 2-D calling sequence. For example, Phi(8, x) is equivalent to .

Examples

(1)

(2)

The one hundred and fifth cyclotomic polynomial is the first with a coefficient greater than 1.

(3)

(4)

(5)

(6)

Compatibility

• 

The NumberTheory[CyclotomicPolynomial] command was introduced in Maple 2016.

• 

For more information on Maple 2016 changes, see Updates in Maple 2016.

See Also

NumberTheory

NumberTheory[IsCyclotomicPolynomial]

NumberTheory[Totient]

 


Download Help Document