Effacer les filtres
Effacer les filtres

Bessel funtions of imaginary order

4 vues (au cours des 30 derniers jours)
Drew Mitchell
Drew Mitchell le 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

Réponses (1)

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

Catégories

En savoir plus sur Bessel functions dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by