scipy.special.
pbdn_seq#
- scipy.special.pbdn_seq(n, z)[源代码]#
抛物线柱面函数 Dn(z) 及其导数。
- 参数:
- nint
抛物线柱面函数的阶数
- zcomplex
在该点计算函数及导数
- 返回:
- dvndarray
D_i(z) 的值,i=0, …, i=n。
- dpndarray
导数 D_i’(z),i=0, …, i=n。
参考
[1]张善杰和金建铭。“特殊函数计算”,John Willey and Sons,1996 年,第 13 章。 https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html