Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 739 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 739 Bytes

Roots of Equation Finder

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/ahmedayman4a/RootFinder.git
  1. Change directory to the repo
    cd RootFinder
  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

Sample Run

Sample Run