Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 457 Bytes

File metadata and controls

18 lines (11 loc) · 457 Bytes

Polynomial-Interpolator-Newton-Method

Program to automatically solve polynomial interpolation (newton method)

Objetivo: #Desafio

How to use:

npm install (to install the dependencies)
npm start (to start the program)


Enter the values requested.

Copy the value of the received polynomial and paste it into https://gamma.sympy.org/ After that, look at the simplified polynomial and its graph.