julian-0 / Interpolador

Finter is a program that allows obtaining the interpolating polynomial by two methods for the points that are entered and after that know function value in some point

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FINTER

Spanish Readme

Finter gui example

Practical work on the subject "Higher Mathematics". UTN FRBA

What is Finter?

Finter is a program that allows obtaining the interpolating polynomial by two methods for the points that are entered.

After obtaining the polynomial, is possible to know the value of the function at some desired point.

Methods

  • Lagrange
  • Newton Gregory
    • Progressive
    • Regressive

How to use it

Execute Finter.exe

Documentation

Manual de Usuario - TP - MateSup.docx

About de development

Used language: Python 3.X

Used librarys:

  • Sympy
  • Tkinter

Comments

-Before installing Sympy install mpmath

sudo apt-get install python-mpmath

-Sympy:

sudo apt install python3-sympy

-Tkinter:

sudo apt-get install python3-tk

More info: http://pyciencia.blogspot.com/2016/12/sympy.html

Students
Francisco Cortez
Manuel Torres
Julian Ordóñez
Gonzalo Ortega
Tianshu Wang

Grade: 10

About

Finter is a program that allows obtaining the interpolating polynomial by two methods for the points that are entered and after that know function value in some point


Languages

Language:Python 100.0%