Loading Python Environment…
Python runs in your browser. Heavy or infinite loops may freeze your browser tab. Use "Stop" if needed; for heavy jobs, run locally.
Program 1
Legendre Polynomial
Plot of Legendre polynomials
Program 2
Legendre Polynomial
Recurrence relation of Legendre Polynomial
$$
\small (1 - x^2) P_n'(x) = (n + 1) x P_n(x) - (n + 1) P_{n+1}(x)
$$