Special.Bessel JZero Method
Returns a zero of the Bessel function of the first kind.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The kth zero of the Bessel function J(nu,x).
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static double BesselJZero(
double nu,
int k
)
Parameters
- nu Double
- A real number that specifies the order of the Bessel function.
- k Int32
- The one-based index of the zero.
Return Value
DoubleThe kth zero of the Bessel function J(nu,x).