Description Usage Arguments Value Author(s) Examples
Given a non-negative degree l and an order m, this function will display the expression of the associated Legentre polynomial. The output is an object of type 'expression'
1 | a.leg.poly(l, m)
|
l |
The degree. Must be a non-negative integer. |
m |
The order. Must be an integer. |
|
The output is an object of tpye 'expression' |
Nishan Mudalige
1 2 3 4 5 | ## Display the expression of the associated Legendre polynomial of degree 3 and order 1
## a.leg.poly(3,1)
## Evaluate the associated Legendre polynomial of degree 5 and order -2
## a.leg.poly(5,-2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.