hypergeometric2f1 function representation and calculation

9 vues (au cours des 30 derniers jours)
Jamal Ahmad
Jamal Ahmad le 4 Sep 2013
Hi,
I want to know how one can represent and calculate the hypergeometric2f1 function in matlab?
hypergeometric2f1(a,b;c;d)
Thanks

Réponse acceptée

Alan Weiss
Alan Weiss le 4 Sep 2013
Modifié(e) : Alan Weiss le 4 Sep 2013
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

Plus de réponses (1)

Jamal Ahmad
Jamal Ahmad le 22 Oct 2013
Modifié(e) : Walter Roberson le 27 Fév 2025
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).
For scalar a, b, and c, hypergeom([a,b],c,z) is the Gauss hypergeometricfunction 2F1(a,b;c;z).

Catégories

En savoir plus sur Numerical Integration and Differential Equations dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by