scipy.special.
jnjnp_zeros#
- scipy.special.jnjnp_zeros(nt)[源代码]#
计算整数阶贝塞尔函数 Jn 和 Jn' 的零点。
结果按零点的幅值顺序排列。
- 参数:
- ntint
要计算的零点数量 (<=1200)
- 返回:
- zo[l-1]ndarray
Jn(x) 和 Jn’(x) 的第 l 个零点的值。长度为 nt。
- n[l-1]ndarray
与第 l 个零点相关的 Jn(x) 或 Jn’(x) 的阶数。长度为 nt。
- m[l-1]ndarray
与第 l 个零点相关的 Jn(x) 或 Jn’(x) 零点的序列号。长度为 nt。
- t[l-1]ndarray
如果 zo 中的第 l 个零点是 Jn(x) 的零点,则为 0;如果是 Jn’(x) 的零点,则为 1。长度为 nt。
参考文献
[1]Zhang, Shanjie and Jin, Jianming. “Computation of Special Functions”, John Wiley and Sons, 1996, chapter 5. https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html