Logo image Logo image
  • Getting started
  • User Guide
  • API reference
  • Development
  • Release notes
  • Clustering package ( scipy.cluster )
  • K-means clustering and vector quantization ( scipy.cluster.vq )
  • Hierarchical clustering ( scipy.cluster.hierarchy )
  • Constants ( scipy.constants )
  • Datasets ( scipy.datasets )
  • Discrete Fourier transforms ( scipy.fft )
  • Legacy discrete Fourier transforms ( scipy.fftpack )
  • Integration and ODEs ( scipy.integrate )
  • Interpolation ( scipy.interpolate )
  • Input and output ( scipy.io )
  • Linear algebra ( scipy.linalg )
  • Low-level BLAS functions ( scipy.linalg.blas )
  • Low-level LAPACK functions ( scipy.linalg.lapack )
  • BLAS Functions for Cython
  • LAPACK functions for Cython
  • Interpolative matrix decomposition ( scipy.linalg.interpolative )
  • Miscellaneous routines ( scipy.misc )
  • Multidimensional image processing ( scipy.ndimage )
  • Orthogonal distance regression ( scipy.odr )
  • Optimization and root finding ( scipy.optimize )
  • Cython optimize zeros API
  • Signal processing ( scipy.signal )
  • Sparse matrices ( scipy.sparse )
  • Sparse linear algebra ( scipy.sparse.linalg )
  • Compressed sparse graph routines ( scipy.sparse.csgraph )
  • Spatial algorithms and data structures ( scipy.spatial )
  • Distance computations ( scipy.spatial.distance )
  • Special functions ( scipy.special )
  • Statistical functions ( scipy.stats )
  • Result classes
  • Contingency table functions ( scipy.stats.contingency )
  • Statistical functions for masked arrays ( scipy.stats.mstats )
  • Quasi-Monte Carlo submodule ( scipy.stats.qmc )
  • Random Number Generators ( scipy.stats.sampling )
  • Low-level callback functions
On this page
  • berp_zeros

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/f77_src/special_functions/special_functions.html

previous

scipy.special.bei_zeros

next

scipy.special.beip_zeros

© Copyright 2008-2023, The SciPy community.

Created using Sphinx 5.3.0.