scipy.special.
beip_zeros#
- scipy.special.beip_zeros(nt)[源代码]#
计算 Kelvin 函数 bei 的导数的 nt 个零点。
- 参数:
- ntint
要计算的零点个数。必须为正数。
- 返回:
- ndarray
Kelvin 函数导数的首 nt 个零点。
参考文献
[1]Zhang, Shanjie and Jin, Jianming. “Computation of Special Functions”, John Wiley and Sons, 1996. https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html