jacobi-method
There are 33 repositories under jacobi-method topic.
Trinkle23897/Fast-Poisson-Image-Editing
A fast poisson image editing implementation that can utilize multi-core CPU or GPU to handle a high-resolution image input.
BoilingT/3D-Summer-Engine
This is currently a Fluid Simulation made as a hobby project. This was mostly done by myself but the math for solving the Navier Stokes Equations came from Nividia GPU Gems since I am not educated enough for these subjects.
leonid-sokolinsky/BSF-Jacobi
Parallel implementation of Jacobi method using the higher-order functions Map and Reduce
StrongerProgrammer7/Algorithm-of-computing-math
Algorithms of computational math: Legendre polynomial; Gauss method; Cholesky method; Method of Squares; Newton interpolation; Inverse Gauss method; Interpolation by cubic splines; Gauss Zeidel method; Jacobi method; Eigenvalues; Euler method; Left/Right rectangle method; Simpson method; The method of dividing a segment in half; Newton's method;
arash79/Numerical-methods
a collection of numerical methods written in python language.
GeorgeM2000/Serial-and-Parallel-Numerical-Methods-for-Partial-Differential-Equations
Serial and Parallel numerical methods for solving partial differential equations using finite differences with OpenMP. Implementation of the serial and parallel Jacobi and Gauss-Seidel methods for solving linear systems. Implementation of the Additive Schwarz and Restricted Additive Schwarz methods for domain decomposition.
hbarquanta/Numerical-Linear-Algebra
Numerical Linear Algebra
john-fotis/Parallel-Programming
Study & Performance Analysis on MPI and OpenMp program, solving Poisson Equation with Jacobi Method
lucasmoschen/numerical-linear-algebra
Repository with some scripts developed in the subject Numerical Linear Algebra.
mcquerol/load-flow-studies
MATLAB simulations for load flow studies using various algorithms in power systems.
pbaldisa/Metodes
Implementation of numerical methods to find solutions of systems of linear equations and find points in a curve given by a set of equations.
QuirkyCroissant/NumericalAlgorithm-PlayingGround
Collection of university assignments, in which we explore various techniques and algorithms to inspect numerical stability, precision, convergence, and performance for large matrices.
alessandroCassani/calculus_project_1
This project contains the implementation of four iterative methods for the resolution of sparse linear matrices, with the aim of analyzing the resources necessary for computation based on the input matrix
bashish101/variations
Variational Optic Flow and Split Bregman Inpainting
bloptman/aharmonic-oscillator
Python code that solves the eigensystem associated with Hermitan matrices. Demonstrated by finding the the first few eigenvalues and the corresponding eigenvectors of the aharmonic oscillator Hamiltonian.
Bricktricker/gpu-solve
Masterarbeit
clementmariebrisson/solving-large-hollow-systems
C++ implementation of several mathematical techniques for solving large hollow systems
jangel347/numeric_methods
Métodos numéricos con python(Numpy, matplotlib, pandas)
k8731/Numerical-Analysis
This repository contains assignments and solutions for a course in Numerical Analysis. It covers a range of topics including interpolation, numerical integration, and matrix computations, implemented in C++/Python. These assignments demonstrate the application of numerical methods to solve various mathematical problems.
leonid-sokolinsky/BSF-Jacobi-Map
Parallel implementation of Jacobi method using the higher-order functions Map
lezippo/LinearSystemsResolution
Linear systems' resolution using Forward and Backward Substitution Algorithms, LU factorisation with and without partial pivoting, Gauss-Seidel and Jacobi Methods
madisongarccia/MATH215
Computational Linear Algebra - Python
nickklos10/cot-4500-as4
Numerical methods for solving systems of linear equations
sckwokyboom/Parallel-Programming-Labs
Laboratory assignments on parallel programming at NSU.
shaiMatz/Numerical-Analysis
Python code for Numerical Analysis algorithms
verenicevis/MetodosNumericos
Códigos creados durante el curso de Métodos Numéricos (Agosto 2019 - Diciembre 2019) para la maestría en Matemáticas Aplicadas en CIMAT.
xyderos/concurrent-partial-differential-equation-solver
Concurrent partial differential equation solver
Caroline-Camargo/RelatoriosPython-CalculoNumericoComputacional
Relatórios escritos em Python, no ambiente Google Colab, para a disciplina de Cálculo Numérico Computacional
deanone/JacobiFortran
Implementation of the Jacobi method for determining the solutions of a strictly diagonally dominant system of linear equations in native Fortran (Fortran 90)
MedLabaihi/Numerical-Methods-in-MATLAB-Mini-Projects
This repository contains a series of mini-projects focused on fundamental numerical methods implemented in MATLAB. These projects cover key areas in numerical linear algebra and root-finding techniques, each designed to provide practical insights into mathematical theories and their computational applications.
pragyapranati/numerical-techniques
C code bisection, gauss seidel, incremental search, jacobi Method , LU Decomposition, Newton_Raphson, Power Method, QR_Decomposition, regula_falsi Method, Simpson and Trapezoidal Integration
theMHD-120/Numerical-Computing-Fomulas
Implementation of several numerical computing methods with Python /// by theMHD.