Skip to content

Implementation of Jacobi and Gauss-Seidel iterative system solving methods.

Notifications You must be signed in to change notification settings

st3yk/iterative-system-solving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iterative-system-solving

Implementation of Jacobi and Gauss-Seidel iterative system solving methods.

Convergence is only guaranteed if the matrix is either strictly diagonally dominant,or symmetric and positive definite. We assume that euclidean distance between Ax and b lesser than 1e-9 is sufficient condition for convergence.

About

Implementation of Jacobi and Gauss-Seidel iterative system solving methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages