SciPy

This is documentation for an old release of SciPy (version 1.0.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.jn_zeros

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

Compute zeros of integer-order Bessel function Jn(x).

Parameters:

n : int

Order of Bessel function

nt : int

Number of zeros to return

References

[R507]Zhang, Shanjie and Jin, Jianming. “Computation of Special Functions”, John Wiley and Sons, 1996, chapter 5. https://people.sc.fsu.edu/~jburkardt/f_src/special_functions/special_functions.html