Implementation of well-known numerical methods.
-
Updated
Aug 8, 2021 - Python
Implementation of well-known numerical methods.
Implicit representation of various things using PyTorch and high order layers
A repository containing python codes for the numerical methods I studied in Numerical Analysis course during Spring 2022 semester
Tensorflow layers using piecewise Lagrange polynomials and Fourier series.
1D Finite Element Method Galerkin code.
Program that estimates the Gini coefficient of a country using Lagrange Interpolation for Lorenz curve approximation.
Numerical analysis algorithms
Pure-Python implementation of Lagrange interpolation over finite fields.
Trabalhos para a disciplina de Cálculo Numérico, feitos em Python
Numerical Lab Assignment and Lab practice codes are here.
a collection of numerical methods written in python language.
Algoritmo que interpola funções polinomiais pelo método de Lagrange.
A cryptographic hash function based on the Lagrange Polynomial.
Interactive Lagrange Polynomial Generator in Python
Implementação de métodos para resolver sistemas lineares (Decomposição LU, Gauss-Seidel) e realizar interpolação polinomial (Lagrange), para a disciplina de Cálculo Numérico 2018.1.
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.
Diversos Algoritmos úteis para a disciplina de métodos numéricos / cálculo numérico.
Lagrangian interpolation developed with python
Add a description, image, and links to the lagrange-interpolation topic page so that developers can more easily learn about it.
To associate your repository with the lagrange-interpolation topic, visit your repo's landing page and select "manage topics."