hypergeometric2f1 function representation and calculation

9 ビュー (過去 30 日間)
Jamal Ahmad
Jamal Ahmad 2013 年 9 月 4 日
編集済み: Walter Roberson 2025 年 2 月 27 日
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 日
編集済み: Walter Roberson 2025 年 2 月 27 日
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).
  1 件のコメント
Boris
Boris 2025 年 2 月 27 日
part of symbolic toolbox

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeNumerical Integration and Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by