https://github.com/the-mastermind1/polynomial_interpolation_
https://github.com/the-mastermind1/polynomial_interpolation_
algorithms cpp gauss-elimination interpolation-polynomial polyomino
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/the-mastermind1/polynomial_interpolation_
- Owner: The-Mastermind1
- Created: 2024-11-10T08:38:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-10T08:46:08.000Z (over 1 year ago)
- Last Synced: 2025-06-23T09:06:10.914Z (about 1 year ago)
- Topics: algorithms, cpp, gauss-elimination, interpolation-polynomial, polyomino
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project_polynomial_interpolation_
THIS PROJECT USES POLYNOMIAL INTERPOLATION IN ORDER TO APPROACH A FUNCTION F(X) IN AN INTERVAL:[a,b] AND THEN CREATES A SYSTEM NXN AND SOLVES IT WITH GAUSS ELIMINATION MAX PIVOTING