GitHub / sudipto3331 / Lagrange-Interpolation-Numerical-Method-Implementation-in-Python
This repository contains a Python implementation of the Lagrange Interpolation method for estimating the value of a function at a given interpolating point based on a set of data points. The code reads the data points from an Excel file (`datai.xls`), performs the Lagrange interpolation, and plots the results.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudipto3331%2FLagrange-Interpolation-Numerical-Method-Implementation-in-Python
PURL: pkg:github/sudipto3331/Lagrange-Interpolation-Numerical-Method-Implementation-in-Python
Stars: 0
Forks: 0
Open issues: 0
License: mit
Language: Python
Size: 29.3 KB
Dependencies parsed at: Pending
Created at: 10 months ago
Updated at: 10 months ago
Pushed at: 10 months ago
Last synced at: 20 days ago
Topics: excel, lagrange-interpolation, numerical-analysis, numerical-methods, python3