Number of Irreducible Polynomials - 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 : Number of Irreducible Polynomials

NumberTheory

  

NumberOfIrreduciblePolynomials

  

number of monic irreducible polynomials

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

NumberOfIrreduciblePolynomials(n, p)

NumberOfIrreduciblePolynomials(n, p, m)

Parameters

n

-

non-negative integer

p

-

power of prime number

m

-

(optional) positive integer; defaults to

Description

• 

The NumberOfIrreduciblePolynomials(n, p, m) command computes the number of monic irreducible univariate polynomials of degree n over a finite field of order .

• 

An explicit formula for this function is  where the sum is over the divisors of n and  is the Moebius function.

Examples

(1)

(2)

The number of linear, quadratic, cubic, and quartics over .

(3)

The number of cubics over .

(4)

Compatibility

• 

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

• 

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

See Also

NumberTheory

 


Download Help Document