Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 334 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 334 Bytes

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.