Back to Cosmos

cosmos

code/mathematical_algorithms/src/largrange_polynomial/README.md

latest576 B
Original Source

cosmos

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

Collaborative effort by OpenGenus

Lagrange Polynomial

More information in this: Lagrange Polynomial

Set in x = 1.5, 2.5, 3.5, and in result we must get a cube of these values. This method is an analogue of Newton's polynomial. The output values are equal. Newton Polynomial is here