scipy.special.
kei_zeros#
- scipy.special.kei_zeros(nt)[source]#
計算 Kelvin 函數 kei 的 nt 個零點。
- 參數:
- ntint
要計算的零點數量。必須為正數。
- 返回:
- ndarray
Kelvin 函數的前 nt 個零點。
參見
參考文獻
[1]Zhang, Shanjie and Jin, Jianming. “特殊函數計算”, John Wiley and Sons, 1996. https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html