pbdn_seq — SciPy v1.15.3 Manual (original) (raw)
scipy.special.
scipy.special.pbdn_seq(n, z)[source]#
Parabolic cylinder functions Dn(z) and derivatives.
Parameters:
nint
Order of the parabolic cylinder function
zcomplex
Value at which to evaluate the function and derivatives
Returns:
dvndarray
Values of D_i(z), for i=0, …, i=n.
dpndarray
Derivatives D_i’(z), for i=0, …, i=n.
References
[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