Bessel Derivative Zeros
Calculates the zeros of the first derivatives of Bessel function.
Updates BessDerivZerosBisect.m with these changes:
1. Allows for m = 0
2. Allow the user to specify the particular m and k values desired.
3. Allows for a tolerance input parameter
4. Uses a table look-up to get closer initializations for small values of m and k.
5. Adds error checking
6. Computes the derivative w.r.t. to x rather than w.r.t. m (although the old method works, too.)
2011/05/11 Used Vincent's improvements.
Zitieren als
Carey Smith (2025). Bessel Derivative Zeros (https://www.mathworks.com/matlabcentral/fileexchange/28001-bessel-derivative-zeros), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Tags
Quellenangaben
Inspiriert von: BessDerivZerosBisect
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.2.0.0 | Incorporated Vincent's inprovements for large values of m. |
||
1.1.0.0 | Modified 2010/07/09
|
||
1.0.0.0 |