AdvancedMathModifiedBesselI Method |
Namespace: Meta.Numerics.Functions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | x is negative. |
The modified Bessel functions appear as the solutions of hyperbolic differential equations with cylindrical or circular symmetry, for example the conduction of heat through a cylindrical pipe.
The regular modified Bessel functions are related to the Bessel functions with pure imaginary arguments.
The regular modified Bessel functions increase monotonically and exponentially from the origin.
Because they increase exponentially, this function overflows for even moderately large arguments. In this regeime, you can still obtain the value of the scaled modified e-x Iν(x) by calling ScaledModifiedBesselI(Double, Double).