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

Online Help

All Products    Maple    MapleSim


inttrans

  

mellin

  

Mellin transform

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

mellin(expr, x, s)

Parameters

expr

-

expression to be transformed

x

-

variable expr is transformed with respect to x

s

-

parameter of transform

opt

-

option to run this under (optional)

Description

• 

The function mellin computes the Mellin transform (M(s)) of expr (m(x)) with respect to x, using the definition

Ms=0mxxs1ⅆx

• 

Some expressions involving exponentials, polynomials, algebraic functions, trigonometrics (sin, cos, sinh, cosh) or various special functions can be transformed.  The procedure will be able to obtain the Mellin transforms of all the functions of the type Klnxnfaxbxc as long as the Mellin transform of fx is known.

• 

The mellin function attempts to reduce the expression according to a set of simplification rules and then tries to match the reduced expression against an internal table of basic Mellin transforms.

• 

Users can add their own functions to mellin's internal lookup table by using the addtable function.

• 

If the option opt is set to 'NO_INT', then the program will not resort to integration of the original problem if all other methods fail.  This will increase the speed at which the transform will run.

• 

The command with(inttrans,mellin) allows the use of the abbreviated form of this command.

Examples

withinttrans:

assume0<s&colon;

mellinaxbexpx14&comma;x&comma;s

4aΓ4s~+4b

(1)

mellinxx2+1&comma;x&comma;s

π2sinπs~+12

(2)

mellinlnxxx2+1&comma;x&comma;s2

π2cosπs~124sinπs~122

(3)

mellin1x3x+1&comma;x&comma;s

_&alpha;=RootOf_Z3_Z+16_&alpha;2+9_&alpha;4_&alpha;s~23_&alpha;πsinπs~

(4)

mellinexp3x2expx21&comma;x&comma;s

Γs~2ζs~22s~23s~22s~23s~22s~23s~222s~23s~2

(5)

mellinlnxexp3x2expx21&comma;x&comma;s

Γs~2Ψs~2ζs~22s~23s~2Ψs~22s~23s~2+ζ1s~22s~23s~2Ψs~22s~2Ψs~23s~2+ln23s~2+ln32s~242s~23s~2

(6)

addtablemellin&comma;ft&comma;Fs&comma;t&comma;s&colon;

mellinfx&comma;x&comma;s

Fs~

(7)

See Also

dsolve

inttrans

inttrans[addtable]

inttrans[invmellin]