scipy.special.

pbvv_seq#

scipy.special.pbvv_seq(v, x)[源代码][源代码]#

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

参数:
v浮动

抛物柱面函数顺序

x浮动

评估函数及其导数的值

返回:
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]

张善杰和金建铭。《特殊函数的计算》,John Wiley and Sons,1996年,第13章。https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html