Skip to content

ProPrakhar332/Gauss-Seidel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Gauss-Seidel

The Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a system of linear equations. In this program matrix is inputted in an augmented form and then the linear equation is solved if the matrix is diagonally dominant.

Currently it works for 3 variables only and iterates 10 times.

Modifications are being made to make it work for n variables.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages