{ } Raw JSON

bundles / scipy 1.17.1 / scipy / special / _basic / mathieu_odd_coef

function

scipy.special._basic:mathieu_odd_coef

source: /scipy/special/_basic.py :1642

Signature

def   mathieu_odd_coef ( m q )

Summary

Fourier coefficients for odd Mathieu and modified Mathieu functions.

Extended Summary

The Fourier series of the odd solutions of the Mathieu differential equation are of the form

This function returns the coefficients for even input m=2n+2, and the coefficients for odd input m=2n+1.

Parameters

m : int

Order of Mathieu functions. Must be non-negative.

q : float (>=0)

Parameter of Mathieu functions. Must be non-negative.

Returns

Bk : ndarray

Even or odd Fourier coefficients, corresponding to even or odd m.

Aliases

  • scipy.special.mathieu_odd_coef