scipy.special.
pbdn_seq#
- scipy.special.pbdn_seq(n, z)[源代码][源代码]#
抛物柱面函数 Dn(z) 及其导数。
- 参数:
- n整数
抛物柱面函数顺序
- z复杂
评估函数及其导数的值
- 返回:
- dvndarray
D_i(z) 的值,其中 i=0, …, i=n。
- dpndarray
导数 D_i’(z),其中 i=0, …, i=n。
参考文献
[1]张善杰和金建铭。《特殊函数的计算》,John Wiley and Sons,1996年,第13章。https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html