Skip to content

Implementation of 1D Lagrange interpolating polynomials in Python/numpy

Notifications You must be signed in to change notification settings

keksipurkki/lagrange-interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Lagrange interpolation polynomials

The math

Read about Lagrange interpolation polynomials at Wolfram MathWorld

The code

The interpolation formula can expressed in matrix notation:

The Lagrange interpolation formula

About

Implementation of 1D Lagrange interpolating polynomials in Python/numpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages