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 />

mathieu_a<br />

lmbda=mathieu_a(m,q) returns the characteristic value for the even solution, ce_m(z,q), of Mathieu’s equation<br />

mathieu_b<br />

lmbda=mathieu_b(m,q) returns the characteristic value for the odd solution, se_m(z,q), of Mathieu’s equation<br />

These are not universal functions:<br />

mathieu_even_coef(m, q) Compute expansion coefficients for even mathieu functions and<br />

mathieu_odd_coef(m, q) Compute expansion coefficients for even mathieu functions and<br />

mathieu_even_coef(m, q)<br />

Compute expansion coefficients for even mathieu functions and modified mathieu functions.<br />

mathieu_odd_coef(m, q)<br />

Compute expansion coefficients for even mathieu functions and modified mathieu functions.<br />

The following return both function and first derivative:<br />

mathieu_cem(x1, x2, out1) (y,yp)=mathieu_cem(m,q,x) returns the even Mathieu function, ce_m(x,q),<br />

mathieu_sem(x1, x2, out1) (y,yp)=mathieu_sem(m,q,x) returns the odd Mathieu function, se_m(x,q),<br />

mathieu_modcem1(x1, x2, out1) (y,yp)=mathieu_modcem1(m,q,x) evaluates the even modified Matheiu function<br />

mathieu_modcem2(x1, x2, out1) (y,yp)=mathieu_modcem2(m,q,x) evaluates the even modified Matheiu function<br />

mathieu_modsem1(x1, x2, out1) (y,yp)=mathieu_modsem1(m,q,x) evaluates the odd modified Matheiu function<br />

mathieu_modsem2(x1, x2, out1) (y,yp)=mathieu_modsem2(m,q,x) evaluates the odd modified Matheiu function<br />

mathieu_cem<br />

(y,yp)=mathieu_cem(m,q,x) returns the even Mathieu function, ce_m(x,q), of order m and parameter q evaluated<br />

at x (given in degrees). Also returns the derivative with respect to x of ce_m(x,q)<br />

mathieu_sem<br />

(y,yp)=mathieu_sem(m,q,x) returns the odd Mathieu function, se_m(x,q), of order m and parameter q evaluated<br />

at x (given in degrees). Also returns the derivative with respect to x of se_m(x,q).<br />

mathieu_modcem1<br />

(y,yp)=mathieu_modcem1(m,q,x) evaluates the even modified Matheiu function of the first kind, Mc1m(x,q),<br />

and its derivative at x for order m and parameter q.<br />

mathieu_modcem2<br />

(y,yp)=mathieu_modcem2(m,q,x) evaluates the even modified Matheiu function of the second kind, Mc2m(x,q),<br />

and its derivative at x (given in degrees) for order m and parameter q.<br />

mathieu_modsem1<br />

(y,yp)=mathieu_modsem1(m,q,x) evaluates the odd modified Matheiu function of the first kind, Ms1m(x,q),<br />

and its derivative at x (given in degrees) for order m and parameter q.<br />

mathieu_modsem2<br />

(y,yp)=mathieu_modsem2(m,q,x) evaluates the odd modified Matheiu function of the second kind, Ms2m(x,q),<br />

and its derivative at x (given in degrees) for order m and parameter q.<br />

440 Chapter 3. Reference

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

Saved successfully!

Ooh no, something went wrong!