Advanced-excel-functions-advanced-excel-engineering-besselj-function

提供:Dev Guides
移動先:案内検索

エンジニアリング-BESSELJ関数

説明

BESSELJ関数は、ベッセル関数Jn(x)を返します。

構文

BESSELJ(X, N)

引数

Argument Description Required/Optional
X The value at which to evaluate the function. Required
N The order of the Bessel function. If n is not an integer, it is truncated. Required

ノート

  • xが数値でない場合、BESSELJは#VALUE!を返します。 エラー値。
  • nが数値でない場合、BESSELJは#VALUE!を返します。 エラー値。
  • n <0の場合、BESSELJは#NUM!を返します。 エラー値。
  • 変数xのn次ベッセル関数は- + J_n(x)= \ sum _ \ {k = 0} ^ \ {\ infty} \ frac \ {(-1)^ k} \ {K!\ Gamma(n + K + 1)} \ left( \ frac \ {x} \ {2} \ right)^ \ {n + 2k} ここで- \ Gamma(n + K + 1)= \ int _ \ {0} ^ \ {\ infty} e ^ \ {-n} x ^ \ {n + k} dx

適用範囲

Excel 2007、Excel 2010、Excel 2013、Excel 2016

BESSELJ関数