Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « scipy.special »

Fonction mathieu_cem - module scipy.special

Signature de la fonction mathieu_cem

Description

mathieu_cem.__doc__

mathieu_cem(x1, x2, x3[, out1, out2], / [, out=(None, None)], *, where=True, casting='same_kind', order='K', dtype=None, subok=True[, signature, extobj])

mathieu_cem(m, q, x)

Even Mathieu function and its derivative

Returns the even Mathieu function, ``ce_m(x, q)``, of order `m` and
parameter `q` evaluated at `x` (given in degrees).  Also returns the
derivative with respect to `x` of ce_m(x, q)

Parameters
----------
m
    Order of the function
q
    Parameter of the function
x
    Argument of the function, *given in degrees, not radians*

Returns
-------
y
    Value of the function
yp
    Value of the derivative vs x