Navigation
index
modules
|
next
|
previous
|
SciPy v0.8 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
Enter search terms or a module, class or function name.
Navigation
index
modules
|
next
|
previous
|
SciPy v0.8 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»