Catalano.Math.Functions
Class Bessel
- java.lang.Object
-
- Catalano.Math.Functions.Bessel
-
public final class Bessel extends java.lang.ObjectBessel functions.Bessel functions, first defined by the mathematician Daniel Bernoulli and generalized by Friedrich Bessel, are the canonical solutions y(x) of Bessel's differential equation.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static doubleI(double x)Bessel function of the first kind, of order 1.static doubleI(int n, double x)Bessel function of the first kind, of order n.static doubleI0(double x)Bessel function of the first kind, of order 0.static doubleJ(double x)Bessel function of order 1.static doubleJ(int n, double x)Bessel function of order n.static doubleJ0(double x)Bessel function of order 0.static doubleY(double x)Bessel function of the second kind, of order 1.static doubleY(int n, double x)Bessel function of the second kind, of order n.static doubleY0(double x)Bessel function of the second kind, of order 0.
-
-
-
Method Detail
-
J0
public static double J0(double x)
Bessel function of order 0.- Parameters:
x- Value.- Returns:
- J0 value.
-
J
public static double J(double x)
Bessel function of order 1.- Parameters:
x- Value.- Returns:
- J value.
-
J
public static double J(int n, double x)Bessel function of order n.- Parameters:
n- Order.x- Value.- Returns:
- J value.
-
Y0
public static double Y0(double x)
Bessel function of the second kind, of order 0.- Parameters:
x- Value.- Returns:
- Y0 value.
-
Y
public static double Y(double x)
Bessel function of the second kind, of order 1.- Parameters:
x- Value.- Returns:
- Y value.
-
Y
public static double Y(int n, double x)Bessel function of the second kind, of order n.- Parameters:
n- Order.x- Value.- Returns:
- Y value.
-
I0
public static double I0(double x)
Bessel function of the first kind, of order 0.- Parameters:
x- Value.- Returns:
- I0 value.
-
I
public static double I(double x)
Bessel function of the first kind, of order 1.- Parameters:
x- Value.- Returns:
- I value.
-
I
public static double I(int n, double x)Bessel function of the first kind, of order n.- Parameters:
n- Order.x- Value.- Returns:
- I value.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG