Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»
scipy.special.pbwa
¶
scipy.special.
pbwa
(
x1
,
x2
[
,
out1
,
out2
]
)
¶
(w,wp)=pbwa(a,x) returns (w,wp) with the parabolic cylinder function W(a,x) in w and the derivative, W’(a,x) in wp. May not be accurate for large (>5) arguments in a and/or x.
Previous topic
scipy.special.pbvv
Next topic
scipy.special.pbdv_seq
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»