b4nderson / Polynomial-Interpolator-Newton-Method

Program to automatically solve polynomial interpolation (newton method)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Program to automatically solve polynomial interpolation (newton method)

License:MIT License


Languages

Language:JavaScript 100.0%