DOCUMENTATION CENTER SEARCH
Mathematica
>
Special Functions
>
Built-in
Mathematica
Symbol
Orthogonal Polynomials
Special Functions
Tutorials »
|
LegendreQ
SphericalHarmonicY
SpheroidalPS
GegenbauerC
JacobiP
See Also »
|
Functions for Separable Coordinate Systems
Functions Used in Quantum Mechanics
Mathematical Functions
Special Functions
More About »
LegendreP
LegendreP
[
n
,
x
]
gives the Legendre polynomial
.
LegendreP
[
n
,
m
,
x
]
gives the associated Legendre polynomial
.
MORE INFORMATION
Mathematical function, suitable for both symbolic and numerical manipulation.
Explicit formulas are given for integers
and
.
The Legendre polynomials satisfy the differential equation
.
The Legendre polynomials are orthogonal with unit weight function.
The associated Legendre polynomials are defined by
.
For arbitrary complex values of
n
,
m
and
z
,
LegendreP
[
n
,
z
]
and
LegendreP
[
n
,
m
,
z
]
give Legendre functions of the first kind.
LegendreP
[
n
,
m
,
a
,
z
]
gives Legendre functions of type
a
. The default is type
1
.
The symbolic form of type 1 involves
, of type 2 involves
and of type 3 involves
.
Type 1 is defined only for
within the unit circle in the complex plane. Type 2 represents an analytic continuation of type 1 outside the unit circle.
Type 2 functions have branch cuts from
to
and from
to
in the complex
plane.
Type 3 functions have a single branch cut from
to
.
LegendreP
[
n
,
m
,
a
,
z
]
is defined to be
Hypergeometric2F1Regularized
[-
n
,
n
+1, 1-
m
, (1-
z
)/2]
multiplied by
for type 2 and by
for type 3.
For certain special arguments,
LegendreP
automatically evaluates to exact values.
LegendreP
can be evaluated to arbitrary numerical precision.
LegendreP
automatically threads over lists.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Compute the 10
Legendre polynomial:
In[1]:=
Out[1]=
In[1]:=
Out[1]=
Scope
(7)
Generalizations & Extensions
(4)
Applications
(3)
Properties & Relations
(1)
Possible Issues
(1)
Neat Examples
(2)
SEE ALSO
LegendreQ
SphericalHarmonicY
SpheroidalPS
GegenbauerC
JacobiP
TUTORIALS
Orthogonal Polynomials
Special Functions
MORE ABOUT
Functions for Separable Coordinate Systems
Functions Used in Quantum Mechanics
Mathematical Functions
Special Functions
RELATED LINKS
NKS|Online
(
A New Kind of Science
)
New in 1 | Last modified in 5
© 2008 Wolfram Research, Inc.