scipy.special.
ber_zeros#
- scipy.special.ber_zeros(nt)[source]#
计算 Kelvin 函数 ber 的 nt 个零点。
- 参数:
- ntint
要计算的零点数。必须为正数。
- 返回:
- ndarray
Kelvin 函数的前nt个零点。
另请参见
参考
[1]张善杰、金建明。“特殊函数计算”,John Wiley and Sons,1996 年。 https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html