hypergeometric2f1 function representation and calculation

39 次查看(过去 30 天)
Hi,
I want to know how one can represent and calculate the hypergeometric2f1 function in matlab?
hypergeometric2f1(a,b;c;d)
Thanks

采纳的回答

Alan Weiss
Alan Weiss 2013-9-4
编辑:Alan Weiss 2013-9-4
This file exchange contribution claims to evaluate it, but you have to put in your own guess of how many terms to include in the summation. This is another submission that has more general applicability.
Alan Weiss
MATLAB mathematical toolbox documentation

更多回答(1 个)

Jamal Ahmad
Jamal Ahmad 2013-10-22
hypergeom(n,d,z) is the generalizedhypergeometric function F(n, d, z),also known as the Barnes extended hypergeometric function and denoted by jFk where j= length(n) and k = length(d).
Forscalar a, b, and c, hypergeom([a,b],c,z) is the Gauss hypergeometricfunction 2F1(a,b;c;z).

类别

Help CenterFile Exchange 中查找有关 Mathematics 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by