SciPy

scipy.special.jnyn_zeros

scipy.special.jnyn_zeros(n, nt)[source]

Compute nt zeros of the Bessel functions Jn(x), Jn’(x), Yn(x), and Yn’(x), respectively. Returns 4 arrays of length nt.

See jn_zeros, jnp_zeros, yn_zeros, ynp_zeros to get separate arrays.