Top "Bessel-functions" questions

Plotting Bessel function in MATLAB

In MATLAB how do you plot f(r) = { 2*J1(a*r) / r }^2 where a = 2*pi and J1 is Bessel function …

math matlab bessel-functions
Python: Plotting Bessel functions of the first kind with a float argument

The equation I am working with is $$ E = M_e + \sum_{n = 1}^N\frac{2}{n}\mathcal{J}_n(ne)\sin(…

python matplotlib plot bessel-functions
Plotting characteristics of antenna radiation in matlab

I need to plot this function theta = (-pi:0.01:pi); f = 3*10^9; c = 299792458; da = 2; Here's my code, but I'm not sure it's …

matlab plot polar-coordinates bessel-functions
Plotting Bessel functions

How do you plot a Bessel function (2d) of the 1st kind in Matlab?

matlab plot bessel-functions
Bessel functions in Python that work with large exponents

I've got some code that uses the modified Bessel functions of both 1st and 2nd order (iv and kv). Annoyingly …

python scipy bessel-functions