Skip to content

Implementation of the Jacobi and Gauss-Seidel iterative methods

Notifications You must be signed in to change notification settings

masiiie/iterative-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages