ZeroBessCross

版本 1.4.0.0 (3.4 KB) 作者: David E. Horsley
A function to find the roots of the Bessel function cross products.
360.0 次下载
更新时间 2016/6/15

查看许可证

*Outdated* Please use the 'specialzeros' package instead. Left here for backwards compatibility.
----

The Bessel function cross product arise in problems on an annulus, and the roots of these need to be found to solve certain boundary value problems.
This function uses Olver's uniform asymptotic expansion to find an initial guess at the roots of the desired Bessel function cross product, then updates via Newton's method. The method works over a large range of radius ratio and order.

引用格式

David E. Horsley (2024). ZeroBessCross (https://www.mathworks.com/matlabcentral/fileexchange/45371-zerobesscross), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

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

Retired package
2 Feb 15: Now uses a better method to calculate the phase functions, so no auxiliary root finding is needed. This should give about a 2x speed-up.

1.3.0.0

Minor improvement of theta phase function approximation for small order. The initial guess for early roots when order is near zero now have a worst case relative error less than 10^(-2) rather than ~10^(-1).

1.2.0.0

File no longer requires zerobess.

1.1.0.0

25/07/14 update: The script now uses a new method based on Olver's asymptotics to generate initial guess. This fixes some missed roots when the order is very large or very small.

1.0.0.0