Home Login  |   Contact  |   About Us       Wednesday, April 17, 2024   

j0110924 - Back to Home
   Skip Navigation LinksHOME ›  AREAS OF EXPERTISE  #1 ›   Special Functions  ›  ~ Chebyshev Method



Skip Navigation Links.



"Special Functions"
Chebyshev Polynomial Method

    Chebyshev polynomial using "ChebyshevT method"

    Chebyshev polynomial using "ChebyshevU method"




Order of Chebyshev Polynomial:
Entries:



[ Initial Order of Chebyshev Polynomial: {15) ]
[ Initial entries number: {11} ]

IMPLEMENTATION
Chebyshev Polynomial Method

Chebyshev polynomials are important in numerical analysis. There are two types of Chebyshev polynomials, both of which are solutions to the Chebyshev difference equations:

(1 - x2)y'' - xy' + n2y = 0     (first kind)
(1 - x2)y'' - 3xy' + n(n + 2)y = 0     (second kind)

The Chebyshev polynomials of the first kind are defined by the recurrence relation:

T0(x) = 1
T1(x) = x
T2(x) = 2x2 - 1
Tn+1(x) = 2xTn(x) - Tn-1(x)

The Chebyshev polynomials of the second kind are defined by:

U0(x) = 1
U1(x) = 2x
U2(x) = 4x2 - 1
Un+1(x) = 2xUn(x) - Un-1(x)


Testing the Chebyshev Polynomial Method

To test the Chebyshev Polynomial method, new static methods ChevyshevT - (first kind) and ChevyshevU - (second kind) has been added. The implementation of these type of polynomials are based on their recurrence relation. The TestChebyshevPolynomial() method has been written, added and executed:

           static void TestChebyshev Polynomial();
              {
                 for (int i = 0; i < t2; i++)
                 {
                     double x = 0.25 * (i - 5.0);
                     ListBox1.Items.Add(" x = " + x + ".00, " + "T" + t1 + "(x) = " + SpecialFunctions.ChebyshevT(x, t1).ToString());
                     ListBox2.Items.Add(" x = " + x + ".00, " + "U" + t1 + "(x) = " + SpecialFunctions.ChebyshevU(x, t1).ToString());
                 }
              }



Other Implementations...


Object-Oriented Implementation
Graphics and Animation
Sample Applications
Ore Extraction Optimization
Vectors and Matrices
Complex Numbers and Functions
Ordinary Differential Equations - Euler Method
Ordinary Differential Equations 2nd-Order Runge-Kutta
Ordinary Differential Equations 4th-Order Runge-Kutta
Higher Order Differential Equations
Nonlinear Systems
Numerical Integration
Numerical Differentiation
Function Evaluation


   Quotes

Consulting Services - Back to Home


Home

Home Math, Analysis,
  expertise..."

EIGENVALUE
SOLUTIONS...


> Rayleigh-Quotient Method

> Cubic Spline Method

 

Applied Mathematical Algorithms

Home

ComplexFunctions

Home

NonLinear
Home

Differentiation
Home

Integration
About Us


KMP Software Engineering is an independent multidisciplinary engineering consulting company specializing in mathematical algorithms.

      (About Us) →
Areas of
Expertise


SpecialFunctions
VectorsMatrices
OptimizationMethods
ComplexNumbers
Interpolation
CurveFitting
NonLinearSystems
LinearEquations
DistributionFunctions
NumericalDifferentiation
NumericalIntegration
DifferentialEquations
Smalltalk
FiniteBoundary
Eigenvalue
Graphics
Understanding
Mining


MiningMastery
MineralNews
MineralCommodities
MineralForum
Crystallography
Services


NumericalModeling
WebServices
MainframeServices
OutsourceServices

LINKED IN
MINE REVIEW(by G.Pacheco)
Brand





Home

Login

Contact
Since 2006 All Rights Reserved  © KMP Software Engineering LINKS | PRIVACY POLICY | LEGAL NOTICE