hypergeometric function calculation and simulation

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

Accepted Answer

Walter Roberson
Walter Roberson on 3 Dec 2015
syms alpha theta
hypergeom([1, 1+2/alpha], [2+2/alpha], -1/theta)

More Answers (0)

Categories

Find more on Symbolic Math Toolbox 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!