Gaussian Hypergeometric Function

Computes gaussian hypergeometric function using a series expansion.

您现在正在关注此提交

HYPERGEOMETRIC2F1 Computes a hypergeometric function using the series expansion:

f(a,b;c;x)=
1 + [ab/1!c]x + [a(a+1)b(b+1)/2!c(c+1)]x^2 +[a(a+1)(a+2)b(b+1)(b+2)/3!c(c+1)(c+2)]x^3 + ...

This function solves the Gaussian Hypergeometric Differential Equation:

x(1-x)y'' + {c-(a+b+1)x}y' - aby = 0

引用格式

Diego Garcia (2026). Gaussian Hypergeometric Function (https://ww2.mathworks.cn/matlabcentral/fileexchange/1844-gaussian-hypergeometric-function), MATLAB Central File Exchange. 检索时间: .

致谢

启发作品: Generation of Random Variates

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0