Symbolic Sum of Gamma Function with Negative Integer Values
2 ビュー (過去 30 日間)
古いコメントを表示
I'm trying to define a number of functions with multiple indices, one of which is used to sum factorial terms that may contain negative values. So I replaced the factorial with the gamma function, but now cannot evaluate the resulting sum due to the singularity. These terms should be zero in my functions, here is a simplified example:
syms q k
fun(q) = gamma(-2*q)
fun2(k) = symsum(k/fun(q),q,0,2)
I need this to produce a function so I can then numerically integrate it. Thanks in advance for your help.
2 件のコメント
Walter Roberson
2013 年 1 月 7 日
To check: when you have a factorial of a negative value, you wish the result to be 0? If so that would not be standard for factorial.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Mathematical Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!