SciPy

This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.h1vp

scipy.special.h1vp(v, z, n=1)[source]

Compute nth derivative of Hankel function H1v(z) with respect to z.

Parameters:

v : float

Order of Hankel function

z : complex

Argument at which to evaluate the derivative

n : int, default 1

Order of derivative

References

[R318]Zhang, Shanjie and Jin, Jianming. “Computation of Special Functions”, John Wiley and Sons, 1996, chapter 5. http://jin.ece.illinois.edu/specfunc.html

Previous topic

scipy.special.ivp

Next topic

scipy.special.h2vp