Python/maths/polynomials
Pablito 7036c84cb5 Implemented Legendre polynomial computation algorithm
Added an algorithm that calculates the coefficients of the Legendre polynomial of degree n using the recurrence relation
2024-12-03 11:19:20 +01:00
..
__init__.py Polynomial (#6745) 2022-10-30 11:52:50 +01:00
legendre.py Implemented Legendre polynomial computation algorithm 2024-12-03 11:19:20 +01:00
single_indeterminate_operations.py Fix ruff errors (#8936) 2023-08-09 13:25:30 +05:30