Description Usage Arguments Author(s) Examples
A function which numerically evaluates an associated Legendre polynomials for a given degree l and order m.
1 | plm(l, m, x.entered)
|
l |
The degree of the associated Legendre polynomial. Must me a non negative integer. |
m |
The order of the associated Legendre polynomial. Must be an integer. |
x.entered |
Value to evaluate the Legendre polynomial. |
Nishan Mudalige
1 2 3 | ## plm(1,1,0.5)
## plm(4,-3,0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.