AdvancedMathModifiedBessel Method

Computes modified cylindrical Bessel functions.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static SolutionPair ModifiedBessel(
	double nu,
	double x
)

Parameters

nu  Double
The order, which must be non-negative.
x  Double
The argument, which must be non-negative.

Return Value

SolutionPair
The values of I, I', K, and K' for the given order and argument.

Remarks

The modified Bessel functions fulfill a differential equation similar to the Bessel differential equation.

See Also