Mellin/Inverse Mellin Transforms (inttrans Package)
>
|
|
>
|
|
|
Introduction
|
|
The Mellin and Inverse Mellin transforms mellin and invmellin are part of the inttrans package. The Mellin transform is closely related to the Laplace and Fourier transforms and has applications in many areas, including:
digital data structures
probabilistic algorithms
asymptotics of Gamma-related functions
coefficients of Dirichlet series
asymptotic estimation of integral forms
asymptotic analysis of algorithms
communication theory
The Mellin transform, as a function of , of a function of , is defined by the integral
The Inverse Mellin transform is defined by the contour integral
for a function of .
|
|
Simple Examples
|
|
Here are a few examples of invmellin, the inverse Mellin transform, in action.
>
|
|
| (2.1) |
>
|
|
| (2.2) |
Try an assumption on a:
>
|
|
>
|
|
| (2.3) |
Try changing the range:
>
|
|
| (2.4) |
In the above, we see that the correct assumptions on parameters and the correct range must be specified for the inverse Mellin transform.
Continuing with another example:
>
|
|
| (2.5) |
Check to see that the Mellin transform of this is our original expression:
>
|
|
| (2.6) |
|
|
Further Examples
|
|
The following is an example of a Mellin transform which does not simplify:
>
|
|
| (3.1) |
We try taking the inverse Mellin transform of this, with the valid range, and check to see that we get the original function:
>
|
|
| (3.2) |
The mellin and invmellin functions can also handle the Whittaker functions:
>
|
|
| (3.3) |
>
|
|
| (3.4) |
Try some general formulae:
>
|
|
| (3.5) |
>
|
|
| (3.6) |
>
|
|
| (3.7) |
>
|
|
| (3.8) |
>
|
|
|
For more information, see the following help pages: Mellin, Inverse Mellin, inttrans package, Laplace transform, and Fourier transform.
Return to Index for Example Worksheets
|
Download Help Document
Was this information helpful?