hypergeometric function calculation and simulation

i need matlab code for hypergeometric function 2F1(1,1+2/alpha,2+2/alpha,-1/theta).Thanks

 採用された回答

Walter Roberson
Walter Roberson 2015 年 12 月 3 日

1 投票

syms alpha theta
hypergeom([1, 1+2/alpha], [2+2/alpha], -1/theta)

その他の回答 (0 件)

カテゴリ

質問済み:

2015 年 12 月 3 日

回答済み:

2015 年 12 月 3 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by