Back to Cosmos

cosmos

code/mathematical_algorithms/src/newton_polynomial/README.md

latest739 B
Original Source

cosmos

Your personal library of every algorithm and data structure code that you will ever encounter

Collaborative effort by OpenGenus

Newton Polynomial

Okay. More information in this: Newton Polynomial

We release it with help divided differences. To verify the correct values, we set in x the difference between the first and second. For example:

1

2

3

4

Set in x = 1.5, 2.5, 3.5, and in result we must get a cube of these values. Also, divided difference is here: Click me However you can implement the divided differences in your own way.