Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Warning: This resource is provisional
Function Repository Resource:
Compute a variety of integral transforms on input expressions
ResourceFunction["GenericIntegralTransform"][f,z,t,"type"] gives the integral transform 𝒯type[f](t) corresponding to the input function f(z), in terms of the new variable t. |
GenerateConditions | True | whether to provide conditions under which the given result is valid |
"FoxHForm" | False | whether to provide results (where possible) in terms of the FoxH function |
Compute the Mellin transform of a Bessel function:
In[1]:= |
Out[1]= |
Compute the Mellin transform of an exponential function. Generically, the result returned is a ConditionalExpression:
In[2]:= |
Out[2]= |
The conditions under which this result holds can be expanded by clicking the "+", followed by "Uniconize":
In[3]:= |
Using the option setting GenerateConditions→False to suppress convergence conditions from transform results:
In[4]:= |
Out[4]= |
Contrast with the default setting GenerateConditions→True:
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License