Skip to content

dammar01/warp-equation

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published