Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 658 Bytes

README.md

File metadata and controls

28 lines (27 loc) · 658 Bytes

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