genpoly - generate polynomial from integer n by Z-adic expansion
|
Calling Sequence
|
|
genpoly(n, b, x);
|
|
Parameters
|
|
n
|
-
|
integer or polynomial with integer coefficients
|
b
|
-
|
integer
|
x
|
-
|
variable name
|
|
|
|
|
Description
|
|
•
|
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.
|
|
|
Download Help Document
Was this information helpful?