Filter löschen
Filter löschen

Bessel funtions of imaginary order

4 Ansichten (letzte 30 Tage)
Drew Mitchell
Drew Mitchell am 17 Nov. 2017
Beantwortet: Walter Roberson am 17 Nov. 2017
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

Antworten (1)

Walter Roberson
Walter Roberson am 17 Nov. 2017
Use the symbolic toolbox:
F=besselj(sym(i)*nu,x)

Kategorien

Mehr zu Bessel functions finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by