scipy.special.
kelvin_zeros#
- scipy.special.kelvin_zeros(nt)[源代码]#
计算所有开尔文函数的 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