inttrans[invmellin] - inverse Mellin transform
|
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 defined by the contour integral:
|
•
|
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 returned is defined only on the positive real axis.
|
•
|
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.
|
•
|
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
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
Inversion of mellin
>
|
|
| (1) |
>
|
|
| (2) |
Adding to the table
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
General properties
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
| (12) |
>
|
|
| (13) |
>
|
|
| (14) |
Some simple functions
>
|
|
| (15) |
>
|
|
| (16) |
>
|
|
| (17) |
Specifying ranges
>
|
|
| (18) |
>
|
|
| (19) |
>
|
|
| (20) |
|
|
Download Help Document
Was this information helpful?