필터 지우기
필터 지우기

Bessel funtions of imaginary order

조회 수: 4 (최근 30일)
Drew Mitchell
Drew Mitchell 2017년 11월 17일
답변: Walter Roberson 2017년 11월 17일
Is there a way to calculate bessel functions of imaginary order? I am looking for something like this:
F=besselj(i*nu,x)
and
F=bessely(i*nu,x)
Any help on this would be greatly appreciated
Thanks

답변 (1개)

Walter Roberson
Walter Roberson 2017년 11월 17일
Use the symbolic toolbox:
F=besselj(sym(i)*nu,x)

카테고리

Help CenterFile Exchange에서 Bessel functions에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by