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

Online Help

All Products    Maple    MapleSim


Roots

roots of a polynomial mod n

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Roots(a)

Roots(a, K)

Parameters

a

-

univariate polynomial

K

-

RootOf

Description

• 

The Roots function is a placeholder for representing the roots of the univariate polynomial a. The roots are returned as a list of pairs of the form  where  is a root and  its multiplicity, that is,  divides a.

• 

The call Roots(a) mod n computes the roots of the polynomial a modulo n.

• 

The call Roots(a,K) mod p computes the roots over the finite field defined by K an algebraic extension of the integers mod p where K is a RootOf.

• 

The call modp1(Roots(a), p) computes the roots of the polynomial a in the  representation modulo the prime integer p.

Examples

(1)

(2)

(3)

See Also

Factors

mod

modp1

msolve

root

RootOf

roots

Student[Calculus1][Roots]

Student[NumericalAnalysis][Roots]

 


Download Help Document