Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 402 Bytes

File metadata and controls

9 lines (6 loc) · 402 Bytes

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.