15.12.2012 Views

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

SciPy Reference Guide, Release 0.8.dev<br />

ellipeinc<br />

y=ellipeinc(phi,m) returns the incomplete elliptic integral of the second kind: integral(sqrt(1m*sin(t)**2),t=0..phi)<br />

Bessel Functions<br />

jn(x1) y=jv(v,z) returns the Bessel function of real order v at complex z.<br />

jv(x1) y=jv(v,z) returns the Bessel function of real order v at complex z.<br />

jve(x1) y=jve(v,z) returns the exponentially scaled Bessel function of real order<br />

yn(x1) y=yn(n,x) returns the Bessel function of the second kind of integer<br />

yv(x1) y=yv(v,z) returns the Bessel function of the second kind of real<br />

yve(x1) y=yve(v,z) returns the exponentially scaled Bessel function of the second<br />

kn(x1) y=kn(n,x) returns the modified Bessel function of the second kind (sometimes called the third<br />

kind) for<br />

kv(x1) y=kv(v,z) returns the modified Bessel function of the second kind (sometimes called the third<br />

kind) for<br />

kve(x1) y=kve(v,z) returns the exponentially scaled, modified Bessel function<br />

iv(x1) y=iv(v,z) returns the modified Bessel function of real order v of<br />

ive(x1) y=ive(v,z) returns the exponentially scaled modified Bessel function of<br />

hankel1(x1) y=hankel1(v,z) returns the Hankel function of the first kind for real order v and complex<br />

argument z.<br />

hankel1e(x1) y=hankel1e(v,z) returns the exponentially scaled Hankel function of the first<br />

hankel2(x1) y=hankel2(v,z) returns the Hankel function of the second kind for real order v and complex<br />

argument z.<br />

hankel2e(x1) y=hankel2e(v,z) returns the exponentially scaled Hankel function of the second<br />

jn<br />

jv<br />

jve<br />

yn<br />

yv<br />

yve<br />

kn<br />

kv<br />

kve<br />

y=jv(v,z) returns the Bessel function of real order v at complex z.<br />

y=jv(v,z) returns the Bessel function of real order v at complex z.<br />

y=jve(v,z) returns the exponentially scaled Bessel function of real order v at complex z: jve(v,z) = jv(v,z) *<br />

exp(-abs(z.imag))<br />

y=yn(n,x) returns the Bessel function of the second kind of integer order n at x.<br />

y=yv(v,z) returns the Bessel function of the second kind of real order v at complex z.<br />

y=yve(v,z) returns the exponentially scaled Bessel function of the second kind of real order v at complex z:<br />

yve(v,z) = yv(v,z) * exp(-abs(z.imag))<br />

y=kn(n,x) returns the modified Bessel function of the second kind (sometimes called the third kind) for integer<br />

order n at x.<br />

y=kv(v,z) returns the modified Bessel function of the second kind (sometimes called the third kind) for real<br />

order v at complex z.<br />

y=kve(v,z) returns the exponentially scaled, modified Bessel function of the second kind (sometimes called the<br />

third kind) for real order v at complex z: kve(v,z) = kv(v,z) * exp(z)<br />

3.17. Special functions (<strong>scipy</strong>.special) 425

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!