Bessel Function Zeros

版本 1.0.0.0 (1.6 KB) 作者: Greg von Winckel
Computes the first k zeros of the Bessel Function of the 1st and 2nd Kinds.
13.9K 次下载
更新时间 2005/1/27

查看许可证

This script uses Halley's method to compute the positive k zeros of the Bessel function of the first kind J(n,x) and second kind Y(n,x) where n is a positive number. The routine has been tested for up to k=100 and n=100.

引用格式

Greg von Winckel (2024). Bessel Function Zeros (https://www.mathworks.com/matlabcentral/fileexchange/6794-bessel-function-zeros), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Bessel functions 的更多信息
致谢

启发作品: Bessel Zero Solver

Community Treasure Hunt

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

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

The guess function has been improved so the script is more robust. Also I have added bessel functions of the second kind.