Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Mathematical Functions > Special Functions >

LaguerreL

LaguerreL[n, x]
gives the Laguerre polynomial L_n(x).
LaguerreL[n, a, x]
gives the generalized Laguerre polynomial .
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • Explicit polynomials are given when possible.
  • .
  • The Laguerre polynomials are orthogonal with weight function x^ae^(-x).
  • They satisfy the differential equation xy^('')+(a+1-x)y^'+ny=0.
  • For certain special arguments, LaguerreL automatically evaluates to exact values.
  • LaguerreL can be evaluated to arbitrary numerical precision.
  • LaguerreL[n, x] is an entire function of x with no branch cut discontinuities.
Compute the 5^(th) LaguerreL:
Plot the 10^(th) Laguerre polynomial:
Compute the associated Laguerre polynomial :
Compute the 5^(th) LaguerreL:
In[1]:=
Click for copyable input
Out[1]=
 
Plot the 10^(th) Laguerre polynomial:
In[1]:=
Click for copyable input
Out[1]=
 
Compute the associated Laguerre polynomial :
In[1]:=
Click for copyable input
Out[1]=
Evaluate for fractional orders:
Evaluate for complex orders and arguments:
Evaluate to high precision:
The precision of the output tracks the precision of the input:
LaguerreL threads element-wise over lists:
TraditionalForm formatting:
LaguerreL can be applied to a power series:
Solve the Laguerre differential equation:
Generalized Fourier series for functions defined on [0,infty):
Radial wave-function of the hydrogen atom:
Compute the energy eigenvalue from the differential equation:
The energy is independent of the orbital quantum number l:
Get the list of coefficients in a Laguerre polynomial:
Use FunctionExpand to expand LaguerreL functions into simpler functions:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team