pochhammer | R Documentation |
pochhammer
returns the value of Pochhammer's symbol calculated as
≤ft( z \right)_n = z\;≤ft( {z + 1} \right)\; … \;≤ft( {z + n - 1} \right) = \frac{{Γ ≤ft( {z + n} \right)}}{{Γ ≤ft( z \right)}}
where Γ ≤ft( z \right) is the Gamma function
pochhammer(z, n)
z |
numeric value for the argument of the symbol |
n |
integer value for the number of terms in the symbol |
The value of Pochhammer's symbol
Frederick Novomestky fnovomes@poly.edu
### ### compute the Pochhamer's symbol fo z equal to 1 and ### n equal to 5 ### pochhammer( 1, 5 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.