关于gamma函数的运算。
1 view (last 30 days)
Show older comments
如题:
gamma(n)/[gamma(n-x)*gamma(x)] ,n是正整数,x是小于,但接近n的正数(有可能是小数,也有可能是整数)
在matlab中,伽玛函表示为gamma(x),当x比较大时,比如x=400, gamma(400) = inf.
上边的式子看上去似乎有一定的规律(n-x+x=n), 但一时还是不知道怎么去计算。
比如说,当n=400,x= 384.7977时,上式的结果应为多少,怎么样去计算?请高手支招。
0 Comments
Answers (0)
See Also
Categories
Find more on Gamma Functions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!