Click or drag to resize

SpecialFunctionsKelvinBe Method

Returns the Kelvin function of the first kind.

KelvinBe(nu, x) is given by BesselJ(0, j * sqrt(j) * x) where j = sqrt(-1).

KelvinBer(nu, x) and KelvinBei(nu, x) are the real and imaginary parts of the KelvinBe(nu, x)


Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex KelvinBe(
	double nu,
	double x
)

Parameters

nu  Double
the order of the the Kelvin function.
x  Double
The value to compute the Kelvin function of.

Return Value

Complex
The Kelvin function of the first kind.
See Also