HyperGeometric2F1(a​, b, z)

版本 1.1.0.0 (27.6 KB) 作者: Vincent Wilms
Vectorized calculation of the gaussian hypergeometric function with p=2 and q=1.
193.0 次下载
更新时间 2017/2/9

查看许可证

The whole file is ported from C using this submission:
http://www.mathworks.com/matlabcentral/fileexchange/43865-gauss-hypergeometric-function
The idea is to provide a file that doesent need to be compiled. Additionally I vectorized the calculation to improve speed significantly. An example usage is given in the header of the file. Since I just translated the function from C to Matlab, I cannot guarantee that the results are always correct but I tested it using many different inputs. If you find any errors please write a comment.

引用格式

Vincent Wilms (2024). HyperGeometric2F1(a, b, z) (https://www.mathworks.com/matlabcentral/fileexchange/56344-hypergeometric2f1-a-b-z), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2013a
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

参考作品: Gauss hypergeometric function

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

removed dependency from Matrix.InsertAt1D

1.0.0.0