powseries
powexp
compute the formal power series of the exponentiation of an expression
Calling Sequence
Parameters
Description
Examples
powexp(p)
p
-
formal power series, polynomial, or any function that is acceptable by the power series package functions
The function powexp(p) returns the formal power series that is equivalent to exp(p).
The command with(powseries,powexp) allows the use of the abbreviated form of this command.
with⁡powseries:
s≔powexp⁡x:
tpsform⁡s,x,7
1+x+12⁢x2+16⁢x3+124⁢x4+1120⁢x5+1720⁢x6+O⁡x7
t≔powexp⁡exp⁡x:
tpsform⁡t,x,4
ⅇ+ⅇ⁢x+ⅇ⁢x2+56⁢ⅇ⁢x3+O⁡x4
u≔powexp⁡powdiff⁡powlog⁡1+x:
tpsform⁡u,x,5
ⅇ−ⅇ⁢x+32⁢ⅇ⁢x2−136⁢ⅇ⁢x3+7324⁢ⅇ⁢x4+O⁡x5
See Also
powcos
powsin
Download Help Document