Class BesselJZeros

java.lang.Object
de.tu_bs.isbs.util.math.BesselJZeros

public class BesselJZeros
extends java.lang.Object
The zeros of the Bessel functions J0(x), J1(x) and J2(x) for |x| < 1000, rounded to 20 significant digits.

Values computed with Pari/GP (version 2.3.4) using 'besselj' and 'solve'. Settings: \p20 (28 significant digits, 20 digits displayed).

Author:
S. Reiser (s.reiser@tu-braunschweig.de), 2010-04-17.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static double[] J0_ZEROS
    Zeros of Bessel function J0(x), 0 ≤ x ≤ 1000.
    static double[] J1_ZEROS
    Zeros of Bessel function J1(x), 0 ≤ x ≤ 1000.
    static double[] J2_ZEROS
    Zeros of Bessel function J2(x), 0 ≤ x ≤ 1000.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • J0_ZEROS

      public static final double[] J0_ZEROS
      Zeros of Bessel function J0(x), 0 ≤ x ≤ 1000.
    • J1_ZEROS

      public static final double[] J1_ZEROS
      Zeros of Bessel function J1(x), 0 ≤ x ≤ 1000.
    • J2_ZEROS

      public static final double[] J2_ZEROS
      Zeros of Bessel function J2(x), 0 ≤ x ≤ 1000.