跳至主要内容
Ctrl+K

SciPy

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

章节导航

  • 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)
  • kelvin_zeros
scipy.special.

kelvin_zeros#

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

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

以元组形式返回,元组长度为 8,其中每个数组的长度为 nt。元组中包含 (ber, bei, ker, kei, ber’, bei’, ker’, kei’) 的零点数组。

参考

[1]

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

上一页

scipy.special.kelvin

下一页

scipy.special.ber

在此页面上
  • kelvin_zeros

© Copyright 2008-2024,SciPy 社区。

使用 Sphinx 7.3.7 创建。

使用 PyData Sphinx Theme 0.15.3 构建。