masiiie / iterative-methods

Implementation of the Jacobi and Gauss-Seidel iterative methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iterative-methods

Numerical Math I Project

Python implementation of the Jacobi and Gauss-Seidel iterative methods that are the processes of successive approximations to solve certain compatible systems of linear equations. Both require the verification of a convergence criterion commonly known as heavy diagonal. Are interesting alternatives to be programmed due to their relative simplicity.

About

Implementation of the Jacobi and Gauss-Seidel iterative methods


Languages

Language:Python 100.0%