15.12.2012 Views

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

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

ber_zeros(nt)<br />

Compute nt zeros of the kelvin function ber x<br />

bei_zeros(nt)<br />

Compute nt zeros of the kelvin function bei x<br />

berp_zeros(nt)<br />

Compute nt zeros of the kelvin function ber’ x<br />

beip_zeros(nt)<br />

Compute nt zeros of the kelvin function bei’ x<br />

ker_zeros(nt)<br />

Compute nt zeros of the kelvin function ker x<br />

kei_zeros(nt)<br />

Compute nt zeros of the kelvin function kei x<br />

kerp_zeros(nt)<br />

Compute nt zeros of the kelvin function ker’ x<br />

keip_zeros(nt)<br />

Compute nt zeros of the kelvin function kei’ x<br />

Other Special Functions<br />

expn(x1) y=expn(n,x) returns the exponential integral for integer n and<br />

exp1() y=exp1(z) returns the exponential integral (n=1) of complex argument<br />

expi() y=expi(x) returns an exponential integral of argument x defined as<br />

wofz() y=wofz(z) returns the value of the fadeeva function for complex argument<br />

dawsn() y=dawsn(x) returns dawson’s integral: exp(-x**2) *<br />

shichi(out1) (shi,chi)=shichi(x) returns the hyperbolic sine and cosine integrals:<br />

sici(out1) (si,ci)=sici(x) returns in si the integral of the sinc function from 0 to x:<br />

spence() y=spence(x) returns the dilogarithm integral: -integral(log t /<br />

lambertw(z[, k, tol]) Lambert W function.<br />

zeta(x1) y=zeta(x,q) returns the Riemann zeta function of two arguments:<br />

zetac() y=zetac(x) returns 1.0 - the Riemann zeta function: sum(k**(-x), k=2..inf)<br />

expn<br />

y=expn(n,x) returns the exponential integral for integer n and non-negative x and n: integral(exp(-x*t) / t**n,<br />

t=1..inf).<br />

exp1<br />

y=exp1(z) returns the exponential integral (n=1) of complex argument z: integral(exp(-z*t)/t,t=1..inf).<br />

expi<br />

y=expi(x) returns an exponential integral of argument x defined as integral(exp(t)/t,t=-inf..x). See expn for a<br />

different exponential integral.<br />

wofz<br />

y=wofz(z) returns the value of the fadeeva function for complex argument z: exp(-z**2)*erfc(-i*z)<br />

dawsn<br />

y=dawsn(x) returns dawson’s integral: exp(-x**2) * integral(exp(t**2),t=0..x).<br />

shichi<br />

(shi,chi)=shichi(x) returns the hyperbolic sine and cosine integrals: integral(sinh(t)/t,t=0..x) and eul + ln x +<br />

integral((cosh(t)-1)/t,t=0..x) where eul is Euler’s Constant.<br />

444 Chapter 3. Reference

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

Saved successfully!

Ooh no, something went wrong!