powseries
powsin
compute the formal power series equal to the sine of an expression
Calling Sequence
Parameters
Description
Examples
powsin(p)
p
-
formal power series, polynomial, or any function that is acceptable for power series package
The function powsin(p) returns the formal power series that is equivalent to sin⁡p.
The powseries function evalpow accepts the form as any of powsin, Sin, or sin.
The command with(powseries,powsin) allows the use of the abbreviated form of this command.
with⁡powseries:
a≔powsin⁡x2:
b≔tpsform⁡a,x,10
b≔x2−16⁢x6+O⁡x10
c≔evalpow⁡sin⁡exp⁡x:
d≔tpsform⁡c,x,5
d≔sin⁡1+cos⁡1⁢x+−sin⁡12+cos⁡12⁢x2−12⁢sin⁡1⁢x3+−5⁢cos⁡124−sin⁡14⁢x4+O⁡x5
e≔powdiff⁡powsin⁡x:
f≔tpsform⁡e,x,6
f≔1−12⁢x2+124⁢x4+O⁡x6
See Also
powcos
powexp
Download Help Document