Bessel's function of first kind

6 vues (au cours des 30 derniers jours)
DEBASHIS PANDA
DEBASHIS PANDA le 16 Sep 2015
Commenté : DEBASHIS PANDA le 20 Sep 2015
Hi., i want to determine bessels function of first kind of zero order and one order for a number i.e Jo((1-i)*2) and J1((i-1)*4) is it possible by using besselj. as syntax for first kind of order zero is besselj(o,x) here x is a vector but in my case x is a complex number, is it possible ... thanks in advance.........

Réponses (1)

Walter Roberson
Walter Roberson le 16 Sep 2015
besselj(0,Z)
besselj(1,Z)
at least in R2015b it is documented that complex Z are accepted.
  1 commentaire
DEBASHIS PANDA
DEBASHIS PANDA le 20 Sep 2015
Thanks Robersion actually in matlab 2013a option it is working .

Connectez-vous pour commenter.

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