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 kelvin - module scipy.special

Signature de la fonction kelvin

Description

kelvin.__doc__

kelvin(x[, out1, out2, out3, out4], / [, out=(None, None, None, None)], *, where=True, casting='same_kind', order='K', dtype=None, subok=True[, signature, extobj])

kelvin(x)

Kelvin functions as complex numbers

Returns
-------
Be, Ke, Bep, Kep
    The tuple (Be, Ke, Bep, Kep) contains complex numbers
    representing the real and imaginary Kelvin functions and their
    derivatives evaluated at `x`.  For example, kelvin(x)[0].real =
    ber x and kelvin(x)[0].imag = bei x with similar relationships
    for ker and kei.