scipy.special.
beip_zeros#
- scipy.special.beip_zeros(nt)[源代码]#
计算凯尔文函数 bei 的导数零点的数量。
- 参数:
- ntint
要计算的零点的数量。必须为正数。
- 返回:
- ndarray
凯尔文函数导数的第一个 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