scipy.special.
beip_zeros#
- scipy.special.beip_zeros(nt)[原始碼]#
計算 Kelvin 函數 bei 導數的 nt 個零點。
- 參數:
- ntint
要計算的零點數量。必須為正數。
- 回傳值:
- ndarray
Kelvin 函數導數的前 nt 個零點。
參考文獻
[1]張善杰與金建明。《特殊函數計算》。John Wiley and Sons,1996。 https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html