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.
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
pip3 install sympy
Now you can run it like a normal python program