scipy.special.
pbdn_seq#
- scipy.special.pbdn_seq(n, z)[source]#
抛物柱面函数 Dn(z) 及其导数。
- 参数:
- nint
抛物柱面函数的阶数
- zcomplex
用于评估函数及其导数的值
- 返回:
- dvndarray
D_i(z) 的值,对于 i=0, …, i=n。
- dpndarray
D_i’(z) 的导数,对于 i=0, …, i=n。
参考
[1]Zhang, Shanjie and Jin, Jianming. “Computation of Special Functions”, John Wiley and Sons, 1996, chapter 13. https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html