scipy.special.
ber_zeros#
- scipy.special.ber_zeros(nt)[source]#
计算 Kelvin 函数 ber 的 nt 个零点。
- 参数:
- ntint
要计算的零点数量。必须为正数。
- 返回值:
- ndarray
Kelvin 函数的第一个 nt 个零点。
另请参阅
参考文献
[1]Zhang, Shanjie 和 Jin, Jianming。“特殊函数的计算”,John Wiley and Sons, 1996。 https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html