SciPy

scipy.special.jvp

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

Compute nth derivative of Bessel function Jv(z) with respect to z.

Parameters:

v : float

Order of Bessel function

z : complex

Argument at which to evaluate the derivative

n : int, default 1

Order of derivative

Notes

The derivative is computed using the relation DLFM 10.6.7 [R402].

References

[R401]Zhang, Shanjie and Jin, Jianming. “Computation of Special Functions”, John Wiley and Sons, 1996, chapter 5. http://jin.ece.illinois.edu/specfunc.html
[R402](1, 2) NIST Digital Library of Mathematical Functions. http://dlmf.nist.gov/10.6.E7

Previous topic

scipy.special.besselpoly

Next topic

scipy.special.yvp