Skip to content

Iterative Methods for Solving Linear Equations Systems assignment for CS Degree @ Central University of Venezuela

Notifications You must be signed in to change notification settings

Daviddp96/iterative-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Linear systems of equations, represented by the equation Ax = b, are ubiquitous in scientific computing. While direct methods like LU decomposition offer a guaranteed solution in a finite number of steps, their computational cost can become prohibitive for large and sparse matrices. This is where iterative methods shine.

This notebook explores three popular iterative methods for solving linear systems: Jacobi, Gauss-Seidel, and Conjugate Gradient. Each method approaches the solution through successive approximations, aiming to converge to the true solution within a desired tolerance.

About

Iterative Methods for Solving Linear Equations Systems assignment for CS Degree @ Central University of Venezuela

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published