Skip to content

This contains three programs written in python. Gauss-Seidel and Successive Over Relaxation to solve system of equations and Steepest-Descent to minimize a function of 2 or 3 variables.

Notifications You must be signed in to change notification settings

Sushmey/Iterative-Gauss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Iterative-Gauss

My first repository! I wrote these programs to help solve my assignments quicker.
This contains three programs written in python.

  • Gauss-Seidel
  • Successive Over Relaxation to solve system of equations
  • Steepest-Descent to minimize a function of 2 or 3 variables.

How to run

Clone the repository using

git clone https://github.com/Sushmey/Iterative-Gauss.git
cd Iterative-Gauss

Run each program like a normal python program.

python3 SOR.py

To run the Steepest_descent_method.py program make sure you install the dependency first

pip3 install sympy

Now you can run it like a normal python program

About

This contains three programs written in python. Gauss-Seidel and Successive Over Relaxation to solve system of equations and Steepest-Descent to minimize a function of 2 or 3 variables.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages