{ } Raw JSON

bundles / scipy 1.17.1 / scipy / special / _basic / pbdn_seq

function

scipy.special._basic:pbdn_seq

source: /scipy/special/_basic.py :2132

Signature

def   pbdn_seq ( n z )

Summary

Parabolic cylinder functions Dn(z) and derivatives.

Parameters

n : int

Order of the parabolic cylinder function

z : complex

Value at which to evaluate the function and derivatives

Returns

dv : ndarray

Values of D_i(z), for i=0, ..., i=n.

dp : ndarray

Derivatives D_i'(z), for i=0, ..., i=n.

Aliases

  • scipy.special.pbdn_seq