ZeroBessCross

A function to find the roots of the Bessel function cross products.
360 Downloads
Aktualisiert 15. Jun 2016

Lizenz anzeigen

*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.

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2012a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Bessel functions finden Sie in Help Center und MATLAB Answers
Tags Tags hinzufügen

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
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