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

Online Help

All Products    Maple    MapleSim


inttrans

  

invmellin

  

inverse Mellin transform

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

invmellin(expr, t, s)

Parameters

expr

-

expression, equation, or set of expressions or equations to be transformed

t

-

variable expr is transformed with respect to t

s

-

parameter of transform

ran

-

range for Re(t) (optional)

opt

-

option to run transform under (optional)

Description

• 

The invmellin function computes the inverse Mellin transform (F(s)) of expr (f(t)), a linear transformation from CCC0, defined by the contour integral:

Fs=I2cIc+Iftstⅆtπ

• 

In this integral, c is assumed to be real. Also note that Maple currently does not handle general contour integrals. The above contour integral definition is only used to provide the information below on properties of the inverse Mellin transform.

• 

The function Fs returned is defined only on the positive real axis.

• 

There are multiple transforms Fs for a given ft, corresponding to the cases where c1<t <c2 for various boundaries c1 and c2.  The range is specified by the parameter ran.  This parameter is optional. If the range parameter is not given, it is assumed to be ...

• 

All constants are assumed to be complex unless otherwise specified.

• 

The invmellin function attempts to simplify an expression according to a set of heuristics, and then to match the result against internal lookup tables of patterns.  These tables are of expressions containing algebraic, Bessel, exponential, GAMMA, trigonometric, as well as other functions. The user can add their own functions to invmellin's lookup tables with the function addtable.

• 

Other functions that can be transformed are linear combinations of products of integer powers of t; rational polynomials; terms of the form at where 0<a; some definite integrals of functions whose transforms are known; derivatives of functions whose transforms are known; convolutions of two functions ft and gt whose transforms are known; and functions of the form fat+b and fatn with 0<a,b complex, and n a positive integer where the transforms of ft and ftn are known.

• 

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.

• 

invmellin recognizes the Dirac-delta (or unit-impulse) function as Dirac(t) and Heaviside's unit step function as Heaviside(t).

• 

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

Examples

withinttrans&colon;

assume0<a

assumeb&comma;complex&colon;

assumec&comma;complex&colon;

assumen&comma;posint&colon;

Inversion of mellin

Gmellingx&comma;x&comma;y

G`?`

(1)

invmellinG&comma;y&comma;z

gz

(2)

Adding to the table

withinttrans&colon;

addtableinvmellin&comma;Ft&comma;fs&comma;t&comma;s&comma;invmellin=..&colon;

addtableinvmellin&comma;F1t&comma;f1s&comma;t&comma;s&comma;invmellin=..&colon;

addtableinvmellin&comma;F2t&comma;f2s&comma;t&comma;s&comma;invmellin=..&colon;

invmellinFx&comma;x&comma;y

fy

(3)

invmellinF1x&comma;x&comma;y

f1y

(4)

invmellinF2x&comma;x&comma;y

f2y

(5)

General properties

invmellinbF1z+cF2z&comma;z&comma;x

b~f1x+c~f2x

(6)

invmellinFaz+b&comma;z&comma;x

xb~a~fx1a~a~

(7)

invmellinFazn&comma;z&comma;x

Typesetting:-mfrac1Fzn~&comma;z&comma;x1a~1n~&comma;a~1n~

(8)

invmellinDFz&comma;z&comma;x

lnxfx

(9)

invmellinzFz&comma;z&comma;x

x&DifferentialD;&DifferentialD;xfx

(10)

invmellinazFz&comma;z&comma;x

1&ExponentialE;zlna~Fz&comma;z&comma;x

(11)

invmellinΓ2zΓ1zFz1&comma;z&comma;x

&DifferentialD;&DifferentialD;xfx

(12)

invmellinF1zF21z&comma;z&comma;x

0f1x_Uf2_U&DifferentialD;_U

(13)

Some simple functions

invmellin1&comma;z&comma;x

Diracx1

(14)

invmellinz&comma;z&comma;x

xDirac1&comma;x1

(15)

invmellinexpaz2&comma;z&comma;x

&ExponentialE;ln1x24a~2πa~

(16)

Specifying ranges

invmellinΓz&comma;z&comma;x

1&Gamma;z&comma;z&comma;x

(17)

invmellinΓz&comma;z&comma;x&comma;0..

&ExponentialE;x

(18)

invmellinΓz&comma;z&comma;x&comma;1..0

&ExponentialE;x1

(19)

See Also

dsolve

inttrans

inttrans[addtable]

inttrans[mellin]