Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Compute MeijerG forms of functions, fractional-order integro-derivatives, integral transforms and more.
Contributed by: Paco Jain & Oleg Marichev
This paclet contains tools related to special functions and calculus. Operations include conversion off univariate function expressions into MeijerG forms, fractional-order differentiation, integral transforms and more.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["WolframAlphaMath/SpecialFunctionsAndCalculus"]
To load the code after installation, evaluate this code:
Needs["WolframAlphaMath`SpecialFunctionsAndCalculus`"]
Load the paclet in the current Wolfram session:
| In[1]:= |
Get an example univariate function to work with:
| In[2]:= |
| Out[3]= |
Compute the (inactivated) MeijerG form of the function:
| In[4]:= |
| Out[4]= | ![]() |
Compute the (inactivated) FoxH form of the function:
| In[5]:= |
| Out[5]= | ![]() |
Integrate the function over the positive real axis:
| In[6]:= |
| Out[6]= |
| Out[7]= |
Confirm the above result using System`Integrate:
| In[8]:= |
| Out[8]= |
| Out[9]= |
Compute the Mellin transform of the function:
| In[10]:= |
| Out[10]= |
Confirm the above result using explicit Mellin integration:
| In[11]:= |
| Out[11]= |