Bessel funtions of imaginary order

10 ビュー (過去 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 Center および File ExchangeBessel functions についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by