emiliogq / iterative-methods-for-linear-systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iterative methods for solving a linear system

This python script is created to solve an assignment activity for the numerical analysis subject.

Methods implemented:

  • Jacobi
  • Gauss-Seidel

Getting started

Prerequisites

The python script uses the following python libraries:

  • Numpy

Please, before running the script, make sure you install them in advance

Run

python main.py

About


Languages

Language:Python 100.0%