lagrange-interpolation
There are 86 repositories under lagrange-interpolation topic.
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.
GuildOfWeavers/galois
Arithmetic and polynomial operations in finite fields.
sdiehl/galois-fft
Finite field polynomial arithmetic based on fast Fourier transforms
divyanshu-talwar/Numerical-Methods
Implementation of well-known numerical methods.
trhgquan/crypto
Cài đặt thuật & tóm tắt lí thuyết Mã hóa mật mã - fit@hcmus
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.
michaelehab/Numerical-Methods
A repository containing python codes for the numerical methods I studied in Numerical Analysis course during Spring 2022 semester
jloveric/high-order-implicit-representation
Implicit representation of various things using PyTorch and high order layers
jloveric/high-order-layers
Tensorflow layers using piecewise Lagrange polynomials and Fourier series.
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..
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.
jthet/FEM1D
1D Finite Element Method Galerkin code.
nAuTahn/Fast-Fourier-Transform-FFT
Generating function - Polynomials - Multiply polynomials - FFT/NTT
SanketSarmalkar/Numerical_Methods
C++11 implementation of numerical algorithms described in Numerical Analysis by Richard L. Burden and J. Douglas Faires
the-other-mariana/lagrange-for-gini-croatia
Program that estimates the Gini coefficient of a country using Lagrange Interpolation for Lorenz curve approximation.
discreet26/NUMERICAL-METHODS
CODE FOR ALL MODULES OF NUMERICAL METHODS
lapets/lagrange
Pure-Python implementation of Lagrange interpolation over finite fields.
mstrand1/numerical-analysis
Numerical analysis algorithms
guipaiva/CalculoNumerico
Trabalhos para a disciplina de Cálculo Numérico, feitos em Python
rkolovanov/computing-mathematics
Моделирование различных динамических процессов с использованием методов вычислительной математики
Sowmik23/Numerical-Lab-3-2
Numerical Lab Assignment and Lab practice codes are here.
turbcool/Lagrange_Interpolation
Windows Forms C#. Интерполяция Лагранжа (1 курс).
ubmagh/Interpolation_Lagrange_C
Lagrange Polynomial interpolation in C
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.
arash79/Numerical-methods
a collection of numerical methods written in python language.
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.
axothy/OPD-PROJECT
OPD Profect application for students - Numerical methods app, which includes solving nonliear equations, integrals, interpolation, differential equations, systems of linear equations
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.
Kiet1618/AVSS
Asynchronous Verifiable Secret Sharing
MalikSploit/Interpolation_De_Lagrange_En_C
Programme pour effectuer une interpolation de Lagrange
PrabalChowdhury/CSE330-NUMERICAL-METHODS
BRACU CSE330 Lab Solves
RenanSGuedes/ms211
Algoritmo que interpola funções polinomiais pelo método de Lagrange.
RooTender/Interpolation-methods
Project made for analyzing the performance and effectiveness of selected interpolation methods.
SeaweedbrainCY/hash_lagrange_polynomial
A cryptographic hash function based on the Lagrange Polynomial.
uN4sh/Secured-Election-System
Cryptographically secured multi-candidate election system using a treshold version of Paillier Cryptosystem and Zero-Knowledge proofs.