poisson - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


poisson

Poisson series expansion

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

poisson(f, v, n, w)

Parameters

f

-

algebraic expression

v

-

list or set of names or equations

n

-

(optional) non-negative integer

w

-

(optional) list of positive integers

Description

• 

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.

Examples

fsin3w+xcos2wy

fsin3w+xcos2wy

(1)

poissonf,x,y,3

sin5w2+sinw2+sin5w4sinw4y2+sin5w4sinw4x2+sin5w2sinw2yx+cosw2+cos5w2x+cosw2cos5w2y

(2)

mtaylorf,x,y,3

sin3wcos2w+sin3wsin2wy+cos3wxcos2wsin3wcos2wy22+cos3wxsin2wyx2sin3wcos2w2

(3)

poissonf,x,y,3,2,1

sin5w2+sinw2+sin5w4sinw4y2+cosw2+cos5w2x+cosw2cos5w2y

(4)

See Also

combine[trig]

mtaylor