ZeroBessCross

A function to find the roots of the Bessel function cross products.
360 download
Aggiornato 15 giu 2016

Visualizza la licenza

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2012a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Bessel functions in Help Center e MATLAB Answers
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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