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]Zhang, Shanjie 和 Jin, Jianming. “Computation of Special Functions”, John Wiley and Sons, 1996, 第 13 章。 https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html