Responsive Navbar with Google Search
Special Functions: Legendre Polynomial
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
Output 1
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) $$

Output 2