SciPy

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

scipy.special.berp_zeros

scipy.special.berp_zeros(nt)[source]

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

Parameters
ntint

Number of zeros to compute. Must be positive.

Returns
ndarray

First nt zeros of the derivative of the Kelvin function.

See also

ber, berp

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.bei_zeros

Next topic

scipy.special.beip_zeros