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일
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