< Back
BESSELI function
Post
BESSELI function
This article describes the formula syntax and usage of the BESSELI function in Microsoft Excel.
Description Returns the modified Bessel function, which is equivalent to the Bessel function evaluated for purely imaginary arguments.
Bessel functions, are canonical solutions y(x) of Bessel's differential equation:
Syntax BESSELI(X, N) The BESSELI function syntax has the following arguments:
Example Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.
This article describes the formula syntax and usage of the BESSELI function in Microsoft Excel.
Description Returns the modified Bessel function, which is equivalent to the Bessel function evaluated for purely imaginary arguments.
Bessel functions, are canonical solutions y(x) of Bessel's differential equation:
Syntax BESSELI(X, N) The BESSELI function syntax has the following arguments:
- X Required. The value at which to evaluate the function.
- N Required. The order of the Bessel function. If n is not an integer, it is truncated.
- If x is nonnumeric, BESSELI returns the #VALUE! error value.
- If n is nonnumeric, BESSELI returns the #VALUE! error value.
- If n < 0, BESSELI returns the #NUM! error value.
- The n-th order modified Bessel function of the variable x is:
Example Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.
Formula | Description | Result |
=BESSELI(2.3, 2) | Modified Bessel function at 2.3 with an order of 2. | 1.00543166 |