Polynomial interpolation of a given data set by Lagrange and Newton polynomials
-
Updated
Apr 8, 2020 - C++
Polynomial interpolation of a given data set by Lagrange and Newton polynomials
Investigating time complexity when evaluating polynomials using brute force vs. repeated squares vs. horner's method.
Add a description, image, and links to the horners-method topic page so that developers can more easily learn about it.
To associate your repository with the horners-method topic, visit your repo's landing page and select "manage topics."