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