Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 864 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 864 Bytes

Gauss - Seidel

Gauss - Seidel -> iterative method used to solve a system of linear equations.

Here’s an algorithm in python in which we’ll be able to use Gauss - Seidel to solve a system of linear equations.

It works on python.

Before you run it, you must have numpy installed.

You can do it in your command prompt using

pip3 install numpy

Also you can do it in Linux Shell

sudo apt install python3-numpy

Once you have the libraries, you must be able to run the program!

Please be sure to know the theory of Gauss - Seidel first! I personally recomend to work first the equations in paper.

FEEL FREE TO ADD OR CHANGE THE CODE TO IMPROVE IT

Author: JoseMinuche Mailme: [email protected]