Newton's (Newton-Gregory) Forward Difference formula is a way of approximating a function with an nth degree polynomial passing through (n+1) equally spaced points.
-
Updated
Dec 11, 2020 - C++
Newton's (Newton-Gregory) Forward Difference formula is a way of approximating a function with an nth degree polynomial passing through (n+1) equally spaced points.
The Lagrange interpolation formula is a way to find a polynomial which takes on certain values at arbitrary points.
Newton's (Newton-Gregory) Backward Difference formula is a way of approximating a function with an nth degree polynomial passing through (n+1) equally spaced points.
Add a description, image, and links to the spacing topic page so that developers can more easily learn about it.
To associate your repository with the spacing topic, visit your repo's landing page and select "manage topics."