SciPy

scipy.special.ynp_zeros

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

Compute zeros of integer-order Bessel function derivative Yn’(x).

Parameters
nint

Order of Bessel function

ntint

Number of zeros to return

References

1

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

Previous topic

scipy.special.yn_zeros

Next topic

scipy.special.y0_zeros