Skip to content

A Numerical Analysis Course's Project The aim of this project is to compare and analyze the behavior of the different numerical methods used for solving system of equations.

Notifications You must be signed in to change notification settings

ahmedyoussefg/LinearEquationsSolver

Repository files navigation

System of Linear Equations Solver

CSE213 Numerical Analysis Project by CSED 2026 Students : Ahmed Youssef, Ahmed Ayman, Ebrahim Alaa, Ali Hassan, Ahmed Mustafa, Mostafa Esam.

Setup Instructions

  1. Clone the repository
    git clone https://github.com/ahmedyoussefg/NumericalProject
  1. Change directory to the repo
    cd NumericalProject
  1. Create a python virtual enviroment
    python3 -m venv venv
  1. Activate the virtual enviroment
    source venv/bin/activate
  1. Install the requirements
    pip install -r requirements.txt
  1. Run the main script file
    python3 main.py

About

A Numerical Analysis Course's Project The aim of this project is to compare and analyze the behavior of the different numerical methods used for solving system of equations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published