SciPy

scipy.special.ker_zeros

scipy.special.ker_zeros(nt)[source]

Compute nt zeros of the Kelvin function ker.

Parameters
ntint

Number of zeros to compute. Must be positive.

Returns
ndarray

First nt zeros of the Kelvin function.

See also

ker

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

Previous topic

scipy.special.beip_zeros

Next topic

scipy.special.kei_zeros