MTM
gamma
Gamma function
Calling Sequence
Parameters
Description
Examples
gamma(M)
M
-
array or expression
The Gamma function is defined for the real part of z greater than zero by
Γ⁡z=∫0∞ⅇ−t⁢tz−1ⅆt
and is extended to the rest of the complex plane, less the non-positive integers, by analytic continuation. Gamma has a simple pole at each of the points z=0,-1,-2,....
The gamma(M) function computes the elementwise gamma of M. The result, R, is formed as R[i,j] = gamma(M[i,j]).
with⁡MTM:
M≔Matrix⁡2,3,fill=−3.6:
γ⁡M
0.24685714300.24685714300.24685714300.24685714300.24685714300.2468571430
See Also
GAMMA
Download Help Document