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

Signature de la fonction it2struve0

Description

it2struve0.__doc__

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

it2struve0(x)

Integral related to the Struve function of order 0.

Returns the integral,

.. math::
    \int_x^\infty \frac{H_0(t)}{t}\,dt

where :math:`H_0` is the Struve function of order 0.

Parameters
----------
x : array_like
    Lower limit of integration.

Returns
-------
I : ndarray
    The value of the integral.

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