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 ath-order derivative of the function:
In[5]:= |
Out[5]= |