Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Evaluate the triple gamma function
ResourceFunction["TripleGamma"][z] gives the triple gamma function . |
Evaluate triple gamma on integer values:
In[1]:= |
Out[1]= |
Half-integer values:
In[2]:= |
Out[2]= |
Evaluate numerically for complex arguments:
In[3]:= |
Out[3]= |
Plot over a subset of the reals:
In[4]:= |
Out[4]= |
Evaluate numerically:
In[5]:= |
Out[5]= |
Evaluate to arbitrary precision:
In[6]:= |
Out[6]= |
The precision of the output tracks the precision of the input:
In[7]:= |
Out[7]= |
Evaluate for complex argument:
In[8]:= |
Out[8]= |
TripleGamma threads elementwise over lists:
In[9]:= |
Out[9]= |
Plot of the absolute value of TripleGamma in the complex plane:
In[10]:= |
Out[10]= |
Compare TripleGamma with an explicit product representation for integer argument:
In[11]:= |
Out[11]= |
TripleGamma satisfies a functional equation involving BarnesG:
In[12]:= |
Out[12]= |
This work is licensed under a Creative Commons Attribution 4.0 International License