scipy.special.
keip_zeros#
- scipy.special.keip_zeros(nt)[來源]#
計算 Kelvin 函數 kei 導數的 nt 個零點。
- 參數:
- nt整數
要計算的零點數量。必須為正數。
- 回傳值:
- ndarray
Kelvin 函數導數的前 nt 個零點。
參考文獻
[1]Zhang, Shanjie and Jin, Jianming. “Computation of Special Functions”, John Wiley and Sons, 1996. https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html