scipy.special.
kelvin_zeros#
- scipy.special.kelvin_zeros(nt)[源代码][源代码]#
计算所有 Kelvin 函数的 nt 个零点。
以长度为8的元组形式返回,其中包含长度为nt的数组。该元组包含 (ber, bei, ker, kei, ber’, bei’, ker’, kei’) 的零点数组。
参考文献
[1]张善杰和金建铭。《特殊函数的计算》,John Wiley and Sons,1996年。https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html