Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Evaluate the Hadamard gamma function
ResourceFunction["HadamardGamma"][z] gives the Hadamard gamma function H(z). |
Evaluate the Hadamard gamma function on integer values:
In[1]:= |
Out[1]= |
Half-integer values:
In[2]:= |
Out[2]= |
Plot over a subset of the reals:
In[3]:= |
Out[3]= |
Evaluate numerically:
In[4]:= |
Out[4]= |
Evaluate to arbitrary precision:
In[5]:= |
Out[5]= |
The precision of the output tracks the precision of the input:
In[6]:= |
Out[6]= |
Evaluate for complex argument:
In[7]:= |
Out[7]= |
HadamardGamma threads elementwise over lists:
In[8]:= |
Out[8]= |
Compare the gamma function with the Hadamard gamma function:
In[9]:= |
Out[9]= |
Visualize the difference between the gamma function and the Hadamard gamma function in the complex plane:
In[10]:= |
Out[10]= |
Verify a functional equation for the Hadamard gamma function:
In[11]:= |
Out[11]= |
Wolfram Language 12.3 (May 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License