Skip to content

Python implementation (without external math libraries) of Lagrange and Cubic spline interpolation.

Notifications You must be signed in to change notification settings

JakubOchnik/spline-lagrange-interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lagrange and cubic spline interpolation

A Python implementation (without external math libraries) of Lagrange and Cubic spline function interpolation. A numerical methods project for my university.
Soon I will update the README with more details.

Features:

  • Importing original data from CSV file
  • Matrix handling functions
  • LU decomposition with pivoting
  • Lagrange and Cubic spline interpolation classes

External libraries used:

  • Matplotlib (used for plotting functions)

About

Python implementation (without external math libraries) of Lagrange and Cubic spline interpolation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages