필터 지우기
필터 지우기

hypergeometric2f1 function representation and calculation

조회 수: 43 (최근 30일)
Jamal Ahmad
Jamal Ahmad 2013년 9월 4일
답변: Jamal Ahmad 2013년 10월 22일
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