GitHub topics: lagrange-interpolation
jloveric/high-order-implicit-representation
Implicit representation of various things using PyTorch and high order layers
Language: Python - Size: 5.08 MB - Last synced at: 17 days ago - Pushed at: 11 months ago - Stars: 8 - Forks: 2

TahirZia-1/Image-Quality-Enhancement-using-Lagrange-Interpolation
Lagrange Interpolation on an image to enhance the quality by interpolating between the pixels, ultimately doubling or tripling the pixels
Language: Jupyter Notebook - Size: 3.91 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

TahirZia-1/Air-Quality-Prediction-using-Interpolation
Air quality prediction using Interpolation (Lagrange, Newton's Divided Difference, Cubic Spline) for Polynomials
Language: Jupyter Notebook - Size: 5.03 MB - Last synced at: 12 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

michaelehab/Numerical-Methods
A repository containing python codes for the numerical methods I studied in Numerical Analysis course during Spring 2022 semester
Language: Python - Size: 43.9 KB - Last synced at: 16 days ago - Pushed at: almost 3 years ago - Stars: 8 - Forks: 0

NirupamKhanal/NumericalAnalysis
Numerical Methods for Computational Mathematics and Analysis
Language: Jupyter Notebook - Size: 591 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

lapets/lagrange
Pure-Python implementation of Lagrange interpolation over finite fields.
Language: Python - Size: 80.1 KB - Last synced at: 2 days ago - Pushed at: 4 months ago - Stars: 3 - Forks: 4

GuildOfWeavers/galois
Arithmetic and polynomial operations in finite fields.
Language: TypeScript - Size: 710 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 39 - Forks: 4

arezyhs/Python-Implementation-of-Polynomial-Lagrange-Interpolation
Metode Interpolasi Polinomial Lagrange untuk menghitung nilai perkiraan Y berdasarkan titik data X dan Y yang diberikan. Metode ini menghasilkan polinomial Lagrange hingga orde yang ditentukan untuk mendekati nilai pada titik tertentu dengan akurasi yang dapat diukur menggunakan berbagai metrik error.
Language: Jupyter Notebook - Size: 2.66 MB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Imtjl/fp-interpolation-cli
Command line utility to interpolate your data using Lagrande and segment methods, written in Elixir
Language: Elixir - Size: 57.6 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Dar3cz3Q-University/NumericalMethods
Selected numerical methods implemented
Language: C++ - Size: 1.44 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

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.
Language: Python - Size: 29.3 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

fardinabbasi/ImageCompression-HistogramMatching
Implementations and analyses of various mathematical and computational techniques, including Lagrange interpolation, LU decomposition, image compression with SVD and FFT, image denoising, histogram matching, and QR decomposition using Gram-Schmidt methods.
Language: Jupyter Notebook - Size: 14.7 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

sdiehl/galois-fft
Finite field polynomial arithmetic based on fast Fourier transforms
Language: Haskell - Size: 39.1 KB - Last synced at: 19 days ago - Pushed at: over 4 years ago - Stars: 19 - Forks: 6

discreet26/NUMERICAL-METHODS
CODE FOR ALL MODULES OF NUMERICAL METHODS
Language: C - Size: 4.47 MB - Last synced at: 9 months ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

Caroline-Camargo/RelatoriosPython-CalculoNumericoComputacional
Relatórios escritos em Python, no ambiente Google Colab, para a disciplina de Cálculo Numérico Computacional
Language: Jupyter Notebook - Size: 1.06 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 1

Louis-Finegan/Langrange-Interpolation-C-Programming-Language-Gnuplot
Calculate Langrange-Interpolations in the C programming language and visualise them in gnuplot.
Language: C - Size: 18.6 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

jlm785/polynomial_interpolation
Lagrange polynomial interpolation with derivatives and error indication
Language: Fortran - Size: 266 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

SanketSarmalkar/Numerical_Methods
C++11 implementation of numerical algorithms described in Numerical Analysis by Richard L. Burden and J. Douglas Faires
Language: C++ - Size: 14.2 MB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

mig-elgt/numerical-methods
Algorithms to implement Numerical Methods for Engineering Problems.
Language: C++ - Size: 4.78 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sckwokyboom/Computational-Math-Labs
My completed laboratory assignments in the subject "Computational Mathematics" at NSU.
Language: Kotlin - Size: 746 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Dar3cz3Q/numerical-methods
Selected numerical methods implemented
Language: C++ - Size: 40 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

lunbun/lagrange_polynomial_solver
Efficient Lagrange interpolator, capable of handling hundreds of thousands of points. Supports Galois fields.
Language: C++ - Size: 33.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mstrand1/numerical-analysis
Numerical analysis algorithms
Language: Python - Size: 22.6 MB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

ethanbarry/lagrangian_interpolation
Interpolate function values from a table.
Language: Rust - Size: 12.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Mohamed-489560/Math_4_Project
Android application to solve BiSection and Lagrange Polynomial
Size: 225 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Mohamed-489560/Lagrange_Polynomial
C++ program to solve Lagrange polynomials
Language: C++ - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

saad0510/numerical-analysis
Source codes of numerical analysis algorithms
Language: Python - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

erdincakgun/LagrangeInterpolatingPolynomial
This C program estimates a function value at a given point using Lagrange interpolation based on known data points.
Language: C - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

mduckdev/Lagrange-interpolation
Lagrange interpolation
Language: TypeScript - Size: 331 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

jthet/FEM1D
1D Finite Element Method Galerkin code.
Language: Python - Size: 5.15 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Nikolay1998/numerical-interpolation-methods
Interpolation methods implementation. 2019.
Language: Java - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

verse-chorus/interpolation
Linear, quadratic and cubic splines as well as Lagrange and Newton interpolation with numerous visualisations
Language: Jupyter Notebook - Size: 3.02 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

shayneobrien/numerical-methods
Methods in numerical analysis. Includes: Lagrange interpolation, Chebyshev polynomials for optimal node spacing, iterative techniques to solve linear systems (Gauss-Seidel, Jacobi, SOR), SVD, PCA, and more.
Language: Matlab - Size: 538 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 35 - Forks: 10

RenanSGuedes/ms211
Algoritmo que interpola funções polinomiais pelo método de Lagrange.
Language: Python - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

allenvox/lagrange-polynomial 📦
Implementation of Lagrange polynomial interpolation with C++
Language: C++ - Size: 1000 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

souryajitroy/Numerical-First-Course
Some codes from my first course in Numerical Analysis in TIFR CAM
Language: Jupyter Notebook - Size: 95.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

apurva313/Numerical-Method
Join me in discovering innovative solutions for mathematical challenges. From optimization to simulations, let's journey through the realm of algorithms together.
Language: C - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

junaidrahim/program-homework-solver
Input a few integers of a series and it will return the source code to output that series till the nth term..
Language: C++ - Size: 828 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 1

Coder-Shahadat/Python
Here I Solve Some Problems using python.
Language: Python - Size: 36.1 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

adityagupta1089/MATLAB-MAL111
MAL111 - Mathematics Laboratory MATLAB Codes. Bisection Method, Fixed Point Method, Gauss Elimination, Gauss Jordan, Matrix Inversion, Lagrange Interpolation, Newton-Raphson, Regula-Falsi, Row Reduced Echelon Form, Simpson's Integration, Trapezoidal Method.
Language: Matlab - Size: 931 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 5 - Forks: 0

AkariRin/lagrange-interpolation 📦
基于Vue的拉格朗日插值函数生成器
Language: Vue - Size: 242 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ozzyZig1994/numerical-method-grapher
Graphing and calculating numerical methods
Language: Java - Size: 2.52 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

AliValiyev/Math382-Numerical-analysis-II
We, a team of students, recently completed a series of projects as part of our numerical analysis course. These projects involved the application of various numerical methods to solve mathematical problems and analyze the results. Through these projects, we gained a deeper understanding of the concepts covered in the course and honed our skills in
Language: MATLAB - Size: 3.92 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SeaweedbrainCY/hash_lagrange_polynomial
A cryptographic hash function based on the Lagrange Polynomial.
Language: Python - Size: 24.4 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

uN4sh/Secured-Election-System Fork of MaxBuilder/VoteElectronique
Cryptographically secured multi-candidate election system using a treshold version of Paillier Cryptosystem and Zero-Knowledge proofs.
Size: 7.18 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

rkolovanov/computing-mathematics 📦
Моделирование различных динамических процессов с использованием методов вычислительной математики
Language: Jupyter Notebook - Size: 826 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

swapnita-pandey/cbnst-lab
Language: C - Size: 16.5 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

gabrielmazz/lagrange_polinomio
Este código usa o método de Interpolação de Lagrange para gerar um polinômio que aproxime uma função dada pelos pontos
Language: Jupyter Notebook - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Blake-Haydon/Polynomial-Interpolation
Polynomial interpolation implemented in python
Language: Jupyter Notebook - Size: 73.8 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

divyanshu-talwar/Numerical-Methods
Implementation of well-known numerical methods.
Language: Python - Size: 37.1 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 3

arash79/Numerical-methods
a collection of numerical methods written in python language.
Language: Python - Size: 52.7 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

BadVibessz/InterpolationGUI
Interpolation application that allows you to build polynomial via mouse clicks on the panel
Language: Kotlin - Size: 1.67 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

jloveric/high-order-layers
Tensorflow layers using piecewise Lagrange polynomials and Fourier series.
Language: Python - Size: 662 KB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

sharozraees802/Lagrangian_Polynomial_Interpolation
implementation of lagrange polynomial interpolation
Language: Jupyter Notebook - Size: 2.4 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

the-other-mariana/lagrange-for-gini-croatia
Program that estimates the Gini coefficient of a country using Lagrange Interpolation for Lorenz curve approximation.
Language: Python - Size: 17.2 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

ubmagh/Interpolation_Lagrange_C Fork of darksonic37/libpolynomial
Lagrange Polynomial interpolation in C
Language: C - Size: 89.8 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

guipaiva/CalculoNumerico
Trabalhos para a disciplina de Cálculo Numérico, feitos em Python
Language: Python - Size: 3.34 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 1

SuhailRafi/Python_Numerical_Methods
This repository includes the Python Lab Assignments from my CSE330: Numerical Methods course at the School of Data and Sciences of BRAC University, Dhaka, Bangladesh.
Language: Jupyter Notebook - Size: 200 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

turbcool/Lagrange_Interpolation
Windows Forms C#. Интерполяция Лагранжа (1 курс).
Language: C# - Size: 54.7 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

trhgquan/crypto
Cài đặt thuật & tóm tắt lí thuyết Mã hóa mật mã - fit@hcmus
Language: Jupyter Notebook - Size: 324 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 3

shaiMatz/Numerical-Analysis
Python code for Numerical Analysis algorithms
Language: Python - Size: 343 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

RooTender/Interpolation-methods
Project made for analyzing the performance and effectiveness of selected interpolation methods.
Language: C++ - Size: 261 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

MalikSploit/Interpolation_De_Lagrange_En_C
Programme pour effectuer une interpolation de Lagrange
Language: C - Size: 110 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

mahirlabibdihan/Numerical-Methods
Language: Python - Size: 9.56 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

nps6-uwf/MethodsOfPolynomialInterpolation
Approximating 3 common functions with the direct method, Lagrange interpolation, and Hermite interpolation. Approximations plotted on Chebyshev nodes.
Language: TeX - Size: 18 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

PrabalChowdhury/CSE330-NUMERICAL-METHODS
BRACU CSE330 Lab Solves
Language: Jupyter Notebook - Size: 268 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Tzesh/Approximator
Approximator is a basic Python program that approximates the y value according to given data (x and y values) with respect to x. Approximator uses Direct Method of Polynomial Interpolation, Lagrange Polynomial Interpolation, and Newton's Divided Difference Polynomial Interpolation.
Language: Python - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Sowmik23/Numerical-Lab-3-2
Numerical Lab Assignment and Lab practice codes are here.
Language: Python - Size: 107 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

BryanDamasceno/Analise-Numerica
Interpolation calculators to find the result and main values using the methods Lagrange, Newton or Gregory-Newton showing the step by step of each one.
Language: C++ - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 0

piotr-maker/lagrange_interpolation
Lagrange interpolation with Qt creator
Language: Makefile - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

axothy/OPD-PROJECT
OPD Profect application for students - Numerical methods app, which includes solving nonliear equations, integrals, interpolation, differential equations, systems of linear equations
Language: C# - Size: 2.8 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

joaomota59/metodosNumericosAlgoritmos
Diversos Algoritmos úteis para a disciplina de métodos numéricos / cálculo numérico.
Language: Python - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

julianaizac/lagrange-method
🧮 Lagrange Method in C
Language: C - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

LuluDavid/Polynomial-Interpolation
This git repository is an implementation of polynomials and their use for interpolation.
Language: Python - Size: 42 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Helga-Helga/numerical-methods
Laboratory works on Numerical Methods course
Language: TeX - Size: 2.1 MB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

ToavinaMendrika/lagrangian-interpolation
Lagrangian interpolation developed with python
Language: Python - Size: 6.21 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0
