Skip to content

A collection of numerical algorithms designed to efficiently approximate the roots of nonlinear equations. This repository focuses on iterative techniques commonly used in scientific computing and engineering for solving equations where analytical solutions are difficult or impossible. Each implementation is structured for clarity and education.

Notifications You must be signed in to change notification settings

NaumaanSaifi1/RootFinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Numerical Method Of root finding

This repository provides a well-organized collection of numerical methods designed to solve nonlinear equations using iterative techniques. These methods are essential in scenarios where analytical solutions are difficult or impossible to obtain, and are widely applied in scientific computing, engineering, and mathematical modeling.

Each implementation in this repository is clean, modular, and beginner-friendly β€” making it ideal for students, educators, and professionals who wish to deepen their understanding of numerical problem-solving or integrate these techniques into real-world applications.

πŸ“Œ Features

  • Covers a variety of iterative root-finding techniques
  • Easy-to-read C implementations
  • Modular and reusable code structure
  • Ideal for both learning and experimentation

πŸš€ Getting Started

  1. Clone the repository:
    git clone https://github.com/your-username/your-repo-name.git
    cd your-repo-name

About

A collection of numerical algorithms designed to efficiently approximate the roots of nonlinear equations. This repository focuses on iterative techniques commonly used in scientific computing and engineering for solving equations where analytical solutions are difficult or impossible. Each implementation is structured for clarity and education.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages