komyak9 / CompMathLab4

Spline interpolation (cubic splines)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spline interpolation (cubic splines)

The system must follow the requirements:

  1. System must provide a choice of functions and [a, b] range for the user.
  2. System must provide the user with 2 charts: chart of the chosen function and the interpolated data.
  3. System must provide the user with possibility of getting two Y values (original, interpolated) out of the X value the user inputs.

Program must validate data and inform the user about errors as well.

System of linear equations is calculated by Iterative method realized in lab 1.

Output example:

output example

Flowchart:

flowchart

About

Spline interpolation (cubic splines)


Languages

Language:C# 100.0%