https://github.com/adversing/legendre_pol.c
https://github.com/adversing/legendre_pol.c
c legendre-polynomials mathematical-programming
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/adversing/legendre_pol.c
- Owner: Adversing
- Created: 2024-06-07T17:11:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T17:14:57.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T16:32:08.648Z (over 1 year ago)
- Topics: c, legendre-polynomials, mathematical-programming
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# legendre_pol.c
A little demonstration of how Legendre Polynomials work using Bonnet's recursive formula.
Source: https://en.wikipedia.org/wiki/Legendre_polynomials