Bessel funtions of imaginary order

4 次查看(过去 30 天)
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