Class ChebyshevPolynomials


  • public class ChebyshevPolynomials
    extends Object
    Computation of values of the Chebyshev polynomials.
    Author:
    Tilman Neumann
    • Constructor Detail

      • ChebyshevPolynomials

        public ChebyshevPolynomials()
    • Method Detail

      • ChebyshevT

        public static BigDecimal ChebyshevT​(int n,
                                            BigDecimal x)
        Recurrent computation of Chebyshev polynomials of the first kind.
        Parameters:
        n - degree
        x - argument
        Returns:
        T_n(x)
      • ChebyshevU

        public static BigDecimal ChebyshevU​(int n,
                                            BigDecimal x)
        Recurrent computation of Chebyshev polynomials of the second kind.
        Parameters:
        n - degree
        x - argument
        Returns:
        U_n(x)
      • main

        public static void main​(String[] args)
        Test.
        Parameters:
        args - ignored