CSE213 Numerical Analysis Project by CSED 2026 Students : Ahmed Youssef, Ahmed Ayman, Ebrahim Alaa, Ali Hassan, Ahmed Mustafa, Mostafa Esam.
- Clone the repository
git clone https://github.com/ahmedayman4a/RootFinder.git
- Change directory to the repo
cd RootFinder
- Create a python virtual enviroment
python3 -m venv .venv
- Activate the virtual enviroment
source .venv/bin/activate
- Install the requirements
pip install -r requirements.txt
- Run the main script file
python3 main.py