The orthogonal basis set for spherical coordinates
- One use it to calculate the associated Legendre polynomial
- Orthogonality condition of Legendre polynomials
- is the Kronecker Delta
- Even corresponds to even functions, odd corresponds to odd functions
- Differential equation that the Legendre polynomial solves for
Example Values
TableForm[Simplify[Table[D[(x^2 - 1)^l, {x, l}]/(2^l*l!), {l, 0, 4}]]]
TableForm[Simplify[Table[LegendreP[l,x],{l,0,4}]]] (*Same but compact*)| Legendre Polynomial | Value |
|---|---|