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[35]= | ![]() |
Compute the (inactivated) MeijerG form of the function:
In[36]:= | ![]() |
Out[36]= | ![]() |
Compute the (inactivated) FoxH form of the function:
In[37]:= | ![]() |
Out[37]= | ![]() |
Compute the ath-order derivative of the function:
In[38]:= | ![]() |
Out[38]= | ![]() |
In[39]:= | ![]() |
Out[39]= | ![]() |
Compare with the known derivative in the case a→1:
In[40]:= | ![]() |
Out[40]= | ![]() |
In[41]:= | ![]() |
Out[41]= | ![]() |
Compute the Mellin transform of the function:
In[42]:= | ![]() |
Out[42]= | ![]() |
Confirm the above result using explicit Mellin integration:
In[43]:= | ![]() |
Out[43]= | ![]() |