scipy.special.
pbdv_seq#
- scipy.special.pbdv_seq(v, x)[源代码]#
抛物柱面函数 Dv(x) 及其导数。
- 参数:
- vfloat
抛物柱面函数的阶
- xfloat
用于计算函数和导数的值
- 返回:
- dvndarray
D_vi(x) 的值,其中 vi=v-int(v)、vi=1+v-int(v)、…、vi=v。
- dpndarray
导数 D_vi’(x),其中 vi=v-int(v)、vi=1+v-int(v)、…、vi=v。
参考
[1]张山杰、金建明。“特殊函数计算”,John Wiley and Sons,1996 年,第 13 章。 https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html