powseries[evalpow] - general evaluator for expressions, which can be formal power series, polynomials, or functions
|
Calling Sequence
|
|
evalpow(expr)
|
|
Parameters
|
|
expr
|
-
|
any arithmetic expression involving formal power series, polynomials, or functions that is acceptable for power series package
|
|
|
|
|
Description
|
|
•
|
The function evalpow(expr) evaluates the arithmetic expression expr and then returns an unnamed power series.
|
•
|
Also, functions may be composed with each other. For example, can be used.
|
•
|
The other functions that can be used in evalpow are:
|
powexp
|
powinv
|
powlog
|
powneg
|
powrev (reversion)
|
powdiff (first derivative)
|
powint (first integral)
|
powquo (quotient)
|
powsub (subtract)
|
powsin
|
powcos
|
powtan
|
powsec
|
powcsc
|
powcot
|
powsinh
|
powcosh
|
powtanh
|
powsech
|
powcsch
|
powcoth
|
powsqrt(square root)
|
powadd
|
multiply
|
|
|
•
|
Note that the evalpow also accepts the standard forms, or the inner MAPLE forms for some of the above functions. For example, exp, or Exp for powexp, Diff for powdiff, but NOT diff.
|
•
|
The command with(powseries,evalpow) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
>
|
|
| (2) |
>
|
|
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?