Bessel Function Zeros
Versione 1.0.0.0 (1,58 KB) da
Greg von Winckel
Computes the first k zeros of the Bessel Function of the 1st and 2nd Kinds.
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.
Cita come
Greg von Winckel (2024). Bessel Function Zeros (https://www.mathworks.com/matlabcentral/fileexchange/6794-bessel-function-zeros), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R14
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Bessel functions in Help Center e MATLAB Answers
Tag
Riconoscimenti
Ispirato: Bessel Zero Solver
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
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. |