You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a collection of numerical methods implemented in C++ , Python programming languages, designed to solve mathematical problems such as root-finding, interpolation, integration, and differential equations
Implementing, Visualising, and Comparing between three common root-finding Numerical Methods - Bisection Method, Newton-Raphson Method, and Secant Method.