跳至主要内容
Ctrl+K

SciPy

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

章节导航

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

bei_zeros#

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

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

参数:
ntint

要计算的零点数。必须大于 0。

返回:
ndarray

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

另请参阅

bei

参考资料

[1]

张善杰、金建明。“特殊函数的计算”,John Wiley and Sons,1996。 https://people.sc.fsu.edu/~jburkardt/f77_src/special_functions/special_functions.html

上一页

ber_zeros

下一页

berp_zeros

本页内容
  • bei_zeros

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

使用 Sphinx 7.3.7 创建。

使用 PyData Sphinx 主题 0.15.3 构建。