bundles / scipy 1.17.1 / scipy / special / _basic / berp_zeros
function
scipy.special._basic:berp_zeros
source: /scipy/special/_basic.py :2284
Signature
def berp_zeros ( nt ) Summary
Compute nt zeros of the derivative of the Kelvin function ber.
Parameters
nt: intNumber of zeros to compute. Must be positive.
Returns
: ndarrayFirst
ntzeros of the derivative of the Kelvin function.
Examples
Compute the first 5 zeros of the derivative of the Kelvin function.from scipy.special import berp_zeros
✓berp_zeros(5)
✗See also
Aliases
-
scipy.special.berp_zeros