Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 881 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 881 Bytes

Warp Equation

This Python application implements the Jacobi and Gauss-Seidel method for solving a system of linear equations. The method is iterative and useful for solving large systems where direct methods like Gaussian elimination may not be efficient. The solver also tracks iteration data, including the error and convergence status at each step.

Note: This project is intended solely for educational purposes. It should be used as a learning tool to understand the Jacobi and Gauss-Seidel method and numerical solving techniques. It is not optimized for production environments or real-world large-scale applications.

Prerequisites

  • Datasets (Contact me for datasets)
  • Python 3.x

Local Setup

1. Clone the Repository

git clone https://github.com/dammar01/warp-equation.git
cd warp-equation

2. Run setup.sh

.\setup.sh