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

Signature de la fonction itstruve0

Description

itstruve0.__doc__

itstruve0(x, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, subok=True[, signature, extobj])

itstruve0(x)

Integral of the Struve function of order 0.

.. math::
    I = \int_0^x H_0(t)\,dt

Parameters
----------
x : array_like
    Upper limit of integration (float).

Returns
-------
I : ndarray
    The integral of :math:`H_0` from 0 to `x`.

See also
--------
struve

Notes
-----
Wrapper for a Fortran routine created by Shanjie Zhang and Jianming
Jin [1]_.

References
----------
.. [1] Zhang, Shanjie and Jin, Jianming. "Computation of Special
       Functions", John Wiley and Sons, 1996.
       https://people.sc.fsu.edu/~jburkardt/f_src/special_functions/special_functions.html