How can i write and plot bessel function?

17 vues (au cours des 30 derniers jours)
Batuhan Samet Demirci
Batuhan Samet Demirci le 26 Déc 2021
How can i write and plot bessel function ( J0 and Jn) ? Can you explain me or you can show on this exercise.

Réponses (1)

Jose Henderson
Jose Henderson le 26 Déc 2021
Description
Returns a modified Bessel function, which is equivalent to Bessel functions calculated for purely imaginary arguments.
Syntax
BESSELK (X; N)
The syntax of the BESSELK function has the following arguments:
X. - required argument. The value for which the function is calculated.
n is a required argument. The order of the Bessel function. If n is not an integer, it is reduced.
Notes
If x is not a numeric value, the BESSELK function returns #VALUE! .
If n is not a numeric value, the BESSELK function returns #VALUE! .
If n <0, the BESSELK function returns #NUM! .
The modified Bessel function of the nth order for the variable x looks like this:
where Jn and Yn are Bessel functions J and Y, respectively.

Catégories

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

Community Treasure Hunt

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

Start Hunting!

Translated by