描述
BESSELK函数返回修改后的Bessel函数Kn(x),该函数等效于针对纯虚参判断的Bessel函数。
这些也称为双曲贝塞尔函数。
语法
BESSELK(X, N)
争论
Argument | 描述 | Required/Optional |
---|---|---|
X | The value at which to evaluate the function. | Required |
N | The order of the function. If n is not an integer, it is truncated. | Required |
Notes
如果x为非数字,则BESSELK返回#VALUE!错误值。
如果n为非数值,则BESSELK返回#VALUE!错误值。
If n < 0, BESSELK returns the #NUM! Error value.
-
变量x的n阶修改贝塞尔函数为-
$$K_n(x)= \frac {\pi} {2} i ^ {n + 1} [J_n(ix)+ iY_n(ix)] $$
其中Jn和Yn分别是J和Y贝塞尔函数。
适用性
Excel 2007,Excel 2010,Excel 2013,Excel 2016
Example
JavaScript 中的 BESSELK函数 - 无涯教程网无涯教程网提供描述BESSELK函数返回修改后的Bessel函数Kn(x),该函数等效于针对纯虚参判断的Bessel函...https://www.learnfk.com/javascript/advanced-excel-engineering-besselk-function.html