bundles / scipy 1.17.1 / scipy / special / _basic / mathieu_even_coef
function
scipy.special._basic:mathieu_even_coef
source: /scipy/special/_basic.py :1582
Signature
def mathieu_even_coef ( m , q ) Summary
Fourier coefficients for even Mathieu and modified Mathieu functions.
Extended Summary
The Fourier series of the even solutions of the Mathieu differential equation are of the form
This function returns the coefficients for even input m=2n, and the coefficients for odd input m=2n+1.
Parameters
m: intOrder of Mathieu functions. Must be non-negative.
q: float (>=0)Parameter of Mathieu functions. Must be non-negative.
Returns
Ak: ndarrayEven or odd Fourier coefficients, corresponding to even or odd m.
Aliases
-
scipy.special.mathieu_even_coef