Back to Polynomial Functions
polypow
Raise power series polynomial to a power
Syntax
c = polypow(c, n)
Description
Raises a power series polynomial to a non-negative integer power.
Parameters
| Name | Description |
|---|---|
| c | Coefficient array |
| n | Non-negative integer power |
Returns
Resulting coefficient array