An open API service providing repository metadata for many open source software ecosystems.

Topic: "polynomial-interpolation"

sdiehl/galois-fft

Finite field polynomial arithmetic based on fast Fourier transforms

Language: Haskell - Size: 39.1 KB - Last synced at: 9 days ago - Pushed at: over 4 years ago - Stars: 19 - Forks: 6

zhgulden/numerical_methods

Introduction to Numerical methods

Language: Python - Size: 2.57 MB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 1

arunkumaraqm/Polynomial-Interpolation

Lagrange Interpolation, Bezier Spline, Cardinal Spline for Computer Graphics Project

Language: Python - Size: 813 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

arashsm79/applied-linear-algebra-lab

Collection of step-by-step programming exercises to introduce students to the applications of linear algebra.

Language: Jupyter Notebook - Size: 36.6 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 1

linguini1/typeTracker

Analyzes typing data from Keybr.com and displays it graphically according to user preference. Involves polynomial interpolation using Numpy and graph visuals using Matplotlib. Console interface or CLI usage available.

Language: Python - Size: 165 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

hazemfahmyy/Advanced-Driving-Simulator

Autonomous driving simulator using complex mathematical modelling

Language: Mathematica - Size: 8.55 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - 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

casweeney/zk-cryptography-research-implementations

A collection of ZKPs (Zero Knowledge Proofs) and cryptographic research implementations in Rust.

Language: Rust - Size: 258 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

ShababAhmedd/CSE330-Numerical_Methods

This repository contains all the lab assignments done in the CSE330 course of BracU

Language: Jupyter Notebook - Size: 506 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

Suferas/Polynomial_interpolator

A code that returns the polynomial of a function, along with its respective graph, when given its data sets.

Language: Python - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

ChairChandler/Polynomial-interpolation 📦

Implementation of polynomial interpolation.

Language: C - Size: 104 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

mirkomatonti/Esperienze-2019-UNIPI

Progetto per l'esame Esperienze di Programmazione - 2019

Language: C - Size: 380 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

gopikrishnancr/Conforming_Lagrange_Polyn_FEM

Implements Lagrange polynomial finite elements for Elliptic PDE for polynomial degrees 1 to 5. The covergence rates and graphical representations are included.

Language: MATLAB - Size: 52.7 KB - Last synced at: 9 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

Psalmuel01/zk_cryptography_study

Documenting my learnings on zero knowledge proofs.

Language: Rust - Size: 117 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

kolosovpetro/ACuriosityAboutPolynomialInterpolation

A curiosity about Polynomial Interpolation

Language: TeX - Size: 2.65 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

FinOrr/polyfit

PolyFit is a C library providing polynomial fitting functionality, for precise curve approximation based on input data. The library facilitates interpolation and extrapolation, allowing users to predict additional data points with accuracy and efficiency.

Language: C - Size: 67.4 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 1

christopher-j-dixon/Core-Programming

Coursework solutions for the Core Programming course covering numerical methods and their implementation in Python.

Language: Python - Size: 24.4 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

EcSolticia/Evenly-spaced-piecewise-linear-interpolation-py

Evenly spaced piecewise linear interpolation of functions represented using symbols in Python

Language: Python - Size: 7.81 KB - Last synced at: about 2 months 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: 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

nickklos10/cot-4500-as2

Numerical methods for polynomial interpolation and approximation

Language: Python - Size: 13.7 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ZAYNYU/Scientific-Computation-and-Numerical-Analysis-Coursework

This repository contains the code and materials I wrote related to my undergraduate coursework in Scientific Computation and Numerical Analysis.

Language: Python - Size: 31.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sebastian9991/NumericalMethods

Language: Jupyter Notebook - Size: 212 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

tfpf/lagrange-interpolating-polynomial

Given a sequence of numbers, fit a polynomial through them. Then use it to obtain the next number in the sequence. Hilarity ensues when the result is unexpected.

Language: C++ - Size: 388 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mino2357/interpolation-in-regression

Interpolation in regression

Language: Rust - Size: 77.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

frankiehuangg/Interpol

TUI programs to calculate the polynomial interpolation in multiple different programming languages

Language: Java - Size: 33.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

melihaltun/Cubic_spline_interpolation

A cubic spline interpolation implementation that returns cubic polynomial coefficients for each segment of inputs.

Language: C++ - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

oseasandrepro/NumericalAnalysis

Implementation of the basics Algorithms on Numerical Analysis

Language: C - Size: 2.19 MB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

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: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

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: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

roscibely/Numerical-analysis-Methods

Repository for Numerical analysis (PEX0103, PET1705, PEN2049) subject/course on Information Technology course and Science and Technology course - Ufersa

Language: Scilab - Size: 27.3 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

yangyt96/polynomial_interpolation

Language: Python - Size: 288 KB - Last synced at: 9 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

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

wumin199/Industrial_Robot_Linear_Inverted_Pendulum

Industrial Robot using LQR controller to balance a linear inverted pendulum.

Language: C++ - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

goldest-star/numerical_methods Fork of zhgulden/numerical_methods

Introduction to Numerical methods

Size: 2.57 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Subangkar/Numerical-Methods-CSE-218-BUET

Programming assignments of Numerical Methods Sessional Course CSE 218 in Level-2, Term-1 of CSE, BUET

Language: MATLAB - Size: 6.38 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 2

eyalsch/polynomial-function-from-3-points

Get polynomial function from 3 points (Arduino)

Language: C++ - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

yoelsusanto/Tugas-Besar-Aljabar-Geometri-1

Solver Sistem Persamaan Linear dan Interpolasi

Language: Java - Size: 38.1 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 2

Related Topics
interpolation 9 lagrange-interpolation 7 python 6 numpy 6 numerical-methods 6 numerical-analysis 5 lagrange 4 linear-interpolation 3 mathematics 3 linear-systems 3 spline-interpolation 3 c 3 lagrange-polynomial-interpolation 3 secant-method 3 gauss-elimination 3 hermite-interpolation 3 newton-raphson 3 interpolation-techniques 2 jacobi-iteration 2 extrapolation 2 zero-knowledge 2 scipy 2 pygame 2 least-squares 2 math 2 matplotlib 2 tridiagonal-matrix-solver 2 matlab 2 richardson-extrapolation 2 finite-fields 2 thomas-algorithm 2 gkr 2 taylor-series 2 galois-field 2 polynomial 2 fiat-shamir-protocol 2 bissection 2 circuits 2 rust 2 nonlinear-equations 2 numerical-calculus 2 newtons-method 2 bisection-method 1 algorithms 1 scientific-computation 1 interpolation-methods 1 root-finding 1 odes 1 cse-buet 1 mathematical-modelling 1 model-predictive-control 1 optimization-algorithms 1 risk-assessment 1 simulator 1 approximation 1 iterative-techniques 1 numerical-odes 1 derivatives 1 cholesky-decomposition 1 iterative-methods 1 seidel 1 mathematical-functions 1 mathematical-graph 1 newton 1 scientific-computing 1 numerical-analysis-algorithms 1 discrete-fourier-transform 1 fast-fourier-transform 1 polynomial-multiplication 1 cubic-spline-interpolation 1 newton-interpolation 1 polynomials 1 arithmetic-circuit 1 kzg 1 kzg-commitment 1 kzg-proofs 1 multilinear-kzg 1 rust-lang 1 shamir-secret-sharing 1 snark 1 zkp 1 secret-sharing 1 zk 1 pointer-to-function 1 pointers 1 pragma 1 regula-falsi 1 uerj 1 variadic-function 1 command-line 1 data-visualization 1 graphing 1 keyboard 1 keybr 1 statistics 1 typing 1 typing-practice 1 approximate-computing 1 function-generator 1 matrix 1