Bessel's function of first kind
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi., i want to determine bessels function of first kind of zero order and one order for a number i.e Jo((1-i)*2) and J1((i-1)*4) is it possible by using besselj. as syntax for first kind of order zero is besselj(o,x) here x is a vector but in my case x is a complex number, is it possible ... thanks in advance.........
댓글 수: 0
답변 (1개)
Walter Roberson
2015년 9월 16일
besselj(0,Z)
besselj(1,Z)
at least in R2015b it is documented that complex Z are accepted.
참고 항목
카테고리
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!