Home Login  |   Contact  |   About Us       Saturday, April 20, 2024   

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



Skip Navigation Links.



"Special Functions"
Laguerre Polynomial Method



Order of Laguerre Polynomial:
Entries:



[ Initial Order of Laguerre Polynomial: {20) ]
[ Initial entries number: {7} ]

IMPLEMENTATION
Laguerre Polynomial Method

The Laguerre polynomial is the standard solution of the Laguerre equation:

xy'' + ( 1-x )y' + ny = 0

Which is a second-order linear differential equation. This equation has non-singular solutions only if n is a positive integer.

The polynomials from the standard solutions of the above equation, usually denoted L0,,L1,2,... form a polynomial sequence which can be defined by the Rodrigues formula:

Ln(x) = ex / n! dn / dxn(e-xxn)

Can easily derive the first few polynomials from the above equation:

L0(x) = 1
L1(x) = -x + 1
L2(x) = 1/2( x2- 4x + 2)


Testing the Laguerre Polynomial Method

To test the Laguerre Polynomial method, a new static method has been added. The implementation of the type of polynomials are based on their recurrence relation. The TestLaguerrePolynomial() method has been written, added and executed:

           static void TestLaGuerrePolynomial();
              {
                 for (int i = 0; i < t2; i++)
                 {
                     double x = 1.0 * i - 1.0;
                     ListBox1.Items.Add(" x = " + x + ".00, " + "L" + t1 + "(x) = " + SpecialFunctions.Laguerre(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