How can I evaluate the derivatives of a Bessel function at different points?
조회 수: 47 (최근 30일)
이전 댓글 표시
I would like to evaluate the derivatives of Bessel function, I would like to know if I can do this in MATLAB.
채택된 답변
MathWorks Support Team
2009년 6월 27일
There is no direct function to calculate the value of the derivatives of a Bessel Function, however, one can use the following identity to get it:
J(s-1)(z) - J(s+1)(z) = 2J'(s)(z)
where s, s-1 and s+1 are the orders of the Bessel function and z is the point of evaluation. One can use similar identities for Hankel functions.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Bessel functions에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!