Skip to content

LegendreP

LegendreP(n, x)

returns the Legendre polynomial P_n(x).

See

Examples

>> LegendreP(4, x)
3/8-15/4*x^2+35/8*x^4

Implementation status

  • ☑ - partially implemented

Github