scipy.special.

pbvv_seq#

scipy.special.pbvv_seq(v, x)[source]#

抛物柱面函数 Vv(x) 及其导数。

参数:
vfloat

抛物柱面函数的阶数

xfloat

用于计算函数及其导数值的值

返回:
dvndarray

V_vi(x) 的值,对于 vi=v-int(v), vi=1+v-int(v), …, vi=v.

dpndarray

导数 V_vi’(x),对于 vi=v-int(v), vi=1+v-int(v), …, vi=v.

参考文献

[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