scipy.special.

keip_zeros#

scipy.special.keip_zeros(nt)[source]#

Compute nt zeros of the derivative of the Kelvin function kei.

Parameters:
ntint

Number of zeros to compute. Must be positive.

Returns:
ndarray

First nt zeros of the derivative of the Kelvin function.

See also

kei, keip

References

[1]

Zhang, Shanjie and Jin, Jianming. “Computation of Special Functions”, John Wiley and Sons, 1996. https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html