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 calculating the roots of equations.

Notifications You must be signed in to change notification settings

ahmedayman4a/RootFinder

Repository files navigation

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

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 calculating the roots of equations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published