Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

ChairChandler/Polynomial-interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polynomial interpolation travis gpl

Polynomial interpolation is the interpolation of a given data set by the polynomial of lowest possible degree that passes through the points of the dataset.

Example

Introduction

Lets assume we have a set X = {1, 2, 3} and set Y = {10, 2, 7} which every value belongs to the value from set X at the same index.

graph1

If we want to interpolate the data and find a function that pass to these data the result could be like this.

graph2

Math theory

eq1

eq2

Solution
  • eq3

  • eq4

  • eq5

  • eq6

eq7

Releases

No releases published

Packages

No packages published