Bessel Derivative Zeros

버전 1.2.0.0 (4.53 KB) 작성자: Carey Smith
Zeros of the first derivative of Bessel function of the first kind.
다운로드 수: 2.3K
업데이트 날짜: 2011/5/11

라이선스 보기

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.

인용 양식

Carey Smith (2024). Bessel Derivative Zeros (https://www.mathworks.com/matlabcentral/fileexchange/28001-bessel-derivative-zeros), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Bessel functions에 대해 자세히 알아보기
도움

받음: BessDerivZerosBisect

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

Incorporated Vincent's inprovements for large values of m.

1.1.0.0

Modified 2010/07/09
Carey Smith--Changed the initial guess for large values of m
& corrected the initial guess for n=17, m=5

1.0.0.0