powseries
powlog
logarithm of an expression
Calling Sequence
Parameters
Description
Examples
powlog(p)
p
-
either formal power series, or polynomial, or function that is acceptable for power series function evalpow
The function powlog(p) returns the formal power series that is the natural logarithm of p.
The power series p must have a nonzero first term (p⁡0≠0) for its logarithm to be well-defined.
The command with(powseries,powlog) allows the use of the abbreviated form of this command.
with⁡powseries:
t≔powpoly⁡1+x,x:
s≔powlog⁡t:
tpsform⁡s,x,7
x−12⁢x2+13⁢x3−14⁢x4+15⁢x5−16⁢x6+O⁡x7
u≔powlog⁡powdiff⁡powexp⁡x:
tpsform⁡u,x,6
x+O⁡x6
v≔powlog⁡powadd⁡powpoly⁡1+x,x,powexp⁡x:
tpsform⁡v,x,6
ln⁡2+x−14⁢x2+16⁢x3−332⁢x4+7120⁢x5+O⁡x6
See Also
Download Help Document