poisson
Poisson series expansion
Calling Sequence
Parameters
Description
Examples
poisson(f, v, n, w)
f
-
algebraic expression
v
list or set of names or equations
n
(optional) non-negative integer
w
(optional) list of positive integers
The poisson function generates a multivariate Taylor series expansion of the input expression f, with respect to the variables v, to order n, using the variable weights w. Trigonometric terms in the coefficients are combined.
The parameters and result are the same type as for the mtaylor function. The only difference is that sines and cosines in the coefficients are combined into the Fourier canonical form.
f≔sin⁡3⁢w+x⁢cos⁡2⁢w−y
poisson⁡f,x,y,3
sin⁡5⁢w2+sin⁡w2+−sin⁡5⁢w4−sin⁡w4⁢y2+−sin⁡5⁢w4−sin⁡w4⁢x2+sin⁡5⁢w2−sin⁡w2⁢y⁢x+cos⁡w2+cos⁡5⁢w2⁢x+cos⁡w2−cos⁡5⁢w2⁢y
mtaylor⁡f,x,y,3
sin⁡3⁢w⁢cos⁡2⁢w+sin⁡3⁢w⁢sin⁡2⁢w⁢y+cos⁡3⁢w⁢x⁢cos⁡2⁢w−sin⁡3⁢w⁢cos⁡2⁢w⁢y22+cos⁡3⁢w⁢x⁢sin⁡2⁢w⁢y−x2⁢sin⁡3⁢w⁢cos⁡2⁢w2
poisson⁡f,x,y,3,2,1
sin⁡5⁢w2+sin⁡w2+−sin⁡5⁢w4−sin⁡w4⁢y2+cos⁡w2+cos⁡5⁢w2⁢x+cos⁡w2−cos⁡5⁢w2⁢y
See Also
combine[trig]
mtaylor
Download Help Document