Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Express FoxH in terms of MeijerG whenever applicable
ResourceFunction["FoxHToMeijerG"][expr,f] wraps f around any MeijerG head in the result. |
A Fox H function:
| In[1]:= |
| Out[1]= |
Convert to an equivalent form involving Meijer G functions:
| In[2]:= |
| Out[2]= |
FoxHToMeijerG works on inactivated FoxH expressions:
| In[3]:= |
| Out[3]= |
Convert a Fox H expression with nonpositive αj and βj parameters:
| In[4]:= |
| Out[4]= |
The following automatically evaluates to a form that is free from Meijer G functions, due to auto-evaluation of MeijerG:
| In[5]:= |
| Out[5]= |
Wrap the MeijerG heads in Inactive to prevent evaluation:
| In[6]:= |
| Out[6]= |
Use FoxHToMeijerG on the result of FoxHReduce:
| In[7]:= |
| Out[7]= |
Use FoxHToMeijerG along with the resource function MeijerGToHypergeometricPFQ to get expressions in terms of hypergeometric functions:
| In[8]:= | ![]() |
| Out[8]= | ![]() |
Activate and simplify the result:
| In[9]:= |
| Out[9]= |
Fox H expressions with irrational parameters are left unchanged:
| In[10]:= |
| Out[10]= |
This work is licensed under a Creative Commons Attribution 4.0 International License