Borrar filtros
Borrar filtros

Bessel funtions of imaginary order

4 visualizaciones (últimos 30 días)
Drew Mitchell
Drew Mitchell el 17 de Nov. de 2017
Respondida: Walter Roberson el 17 de Nov. de 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

Respuestas (1)

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

Categorías

Más información sobre Bessel functions en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by