powseries
powsqrt
square root of an expression as a power series
Calling Sequence
Parameters
Description
Examples
powsqrt(p)
p
-
formal power series, polynomial, or any function that is acceptable for power series package
The function powsqrt(p) returns the formal power series that is the square root of p.
The power series of p must have a nonzero first term (p⁡0≠0) for its logarithm to be well-defined.
The command with(powseries,powsqrt) allows the use of the abbreviated form of this command.
with⁡powseries:
s≔powsqrt⁡x2+x+1:
tpsform⁡s,x,7
1+12⁢x+38⁢x2−316⁢x3+3128⁢x4+15256⁢x5−571024⁢x6+O⁡x7
t≔powsqrt⁡exp⁡x:
tpsform⁡t,x,5
1+12⁢x+18⁢x2+148⁢x3+1384⁢x4+O⁡x5
tpsform⁡powsqrt⁡powdiff⁡powlog⁡1+x,x,5
1−12⁢x+38⁢x2−516⁢x3+35128⁢x4+O⁡x5
See Also
Download Help Document