kvp(v, z, n=1)
Kv(z) is the modified Bessel function of the second kind. Derivative is calculated with respect to z
.
The derivative is computed using the relation DLFM 10.29.5 .
Order of Bessel function
Argument at which to evaluate the derivative
Order of derivative. Default is first derivative.
The results
Compute nth derivative of real-order modified Bessel function Kv(z)
Calculate multiple values at order 5:
>>> from scipy.special import kvp
... kvp(5, (1, 2, 3+5j)) array([-1.84903536e+03+0.j , -2.57735387e+01+0.j , -3.06627741e-02+0.08750845j])
Calculate for a single value at multiple orders:
>>> kvp((4, 4.5, 5), 1) array([ -184.0309, -568.9585, -1849.0354])See :
The following pages refer to to this document either explicitly or contain code examples using this.
scipy.special._basic.kvp
Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.
Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)
SVG is more flexible but power hungry; and does not scale well to 50 + nodes.
All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them