generate 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 : generate polynomial

genpoly

generate polynomial from integer n by Z-adic expansion

 

Calling Sequence

Parameters

Description

Thread Safety

Examples

Calling Sequence

genpoly(n, b, x)

Parameters

n

-

integer or polynomial with integer coefficients

b

-

integer

x

-

variable name

Description

• 

genpoly computes the unique polynomial  over  from the integer n with coefficients less than  in magnitude such that  .

• 

This is directly related to b-adic expansion of an integer. If the base-b representation of the integer n is  where  are integers modulo b (using symmetric representation) then the polynomial generated is .

• 

If n is a polynomial with integer coefficients then each integer coefficient is expanded into a polynomial.  This polynomial, n, must be in fully expanded form.

Thread Safety

• 

The genpoly command is thread-safe as of Maple 15.

• 

For more information on thread safety, see index/threadsafe.

Examples

(1)

(2)

See Also

subs

 


Download Help Document