scipy.special.
kei_zeros#
- scipy.special.kei_zeros(nt)[源代码]#
计算开尔文函数 kei 的 nt 个零点。
- 参数:
- ntint
要计算的零点数。必须是正数。
- 返回值:
- ndarray
开尔文函数的前nt个零点。
另请参见
参考
[1]张善杰和金建明。“特殊函数的计算”,John Wiley and Sons,1996 年。 https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html