Skip to content

Nikolay1998/numerical-interpolation-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Numerical interpolation methods

Interpolation methods implementation. Contains Newton polynomial, Lagrange polynomial and spline - linear, parabolic, cubic interpolation methods. Calculates interpolation of function $(4x^2 * sqrt{ 3*Pi-2x })$.

Run with mvn javafx:run.

Application have JavaFX GUI with function derivation charts and interpolation error charts.