scipy.special.
bei_zeros#
- scipy.special.bei_zeros(nt)[源代码][源代码]#
计算 Kelvin 函数 bei 的 nt 个零点。
- 参数:
- nt整数
要计算的零的数量。必须是正数。
- 返回:
- ndarray
Kelvin 函数的前 nt 个零点。
参见
参考文献
[1]张善杰和金建铭。《特殊函数的计算》,John Wiley and Sons,1996年。https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html