hypergeometric2f1 function representation and calculation

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일

0 개 추천

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일
편집: Walter Roberson 2025년 2월 27일

3 개 추천

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).

카테고리

도움말 센터File Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

질문:

2013년 9월 4일

편집:

2025년 2월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by