跳到主要内容
Ctrl+K

SciPy

  • 安装
  • 用户指南
  • API 参考
  • 从源码构建
  • 开发
  • 发行说明
  • GitHub
  • Twitter
  • 安装
  • 用户指南
  • API 参考
  • 从源码构建
  • 开发
  • 发行说明
  • GitHub
  • Twitter

章节导航

  • scipy
  • scipy.cluster
  • scipy.constants
  • scipy.datasets
  • scipy.differentiate
  • scipy.fft
  • scipy.fftpack
  • scipy.integrate
  • scipy.interpolate
  • scipy.io
  • scipy.linalg
  • scipy.ndimage
  • scipy.odr
  • scipy.optimize
  • scipy.signal
  • scipy.sparse
  • scipy.spatial
  • scipy.special
  • scipy.stats
  • SciPy API
  • 特殊函数 (scipy.special)
  • ber_zeros
scipy.special.

ber_zeros#

scipy.special.ber_zeros(nt)[源代码]#

计算开尔文函数 ber 的 nt 个零点。

参数:
ntint

要计算的零点的数量。必须为正数。

返回:
ndarray

开尔文函数的前 nt 个零点。

另请参阅

ber

参考文献

[1]

Zhang, Shanjie and Jin, Jianming. “特殊函数的计算”, John Wiley and Sons, 1996. https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html

上一页

scipy.special.keip

下一页

bei_zeros

在本页中
  • ber_zeros

© 版权所有 2008-2025,SciPy 社区。

使用 Sphinx 7.3.7 创建。

使用 PyData Sphinx Theme 0.15.2 构建。