Loading [MathJax]/jax/output/HTML-CSS/jax.js

Excel - BESSELJ 函数



说明

BESSELJ 函数返回 Bessel 函数 Jn(x)。

语法

BESSELJ(X, N)

Explore our latest online courses and learn new skills at your own pace. Enroll and become a certified expert to boost your career.

参数

参数 说明 必需/ 可选
X 用于评估函数的值。 必需
N Bessel 函数的阶数。如果 n 不是整数,则会截断。 必需

备注

  • 如果 x 为非数字,BESSELJ 将返回 #VALUE! 错误值。

  • 如果 n 为非数字,BESSELJ 将返回 #VALUE! 错误值。

  • 如果 n < 0,BESSELJ 返回 #NUM! 错误值。

  • 变量 x 的 n 阶 Bessel 函数为 −

    Jn(x)=k=0(1)kK!Γ(n+K+1)(x2)n+2k

    其中 −

    Γ(n+K+1)=0enxn+kdx

适用性

Excel 2007、Excel 2010、Excel 2013、Excel 2016

示例

BESSELJ Function
advanced_excel_engineering_functions.htm
广告