A special repository for Numerical Methods course from my uni in April 2022. All of the code written in C++ with five methods included.
Algorithms for numerical methods : 1.GRAPHICAL APPROACH, 2.BISECTION METHOD, 3.FALSE POSITION METHOD, 4.SIMPLE FIXED ITERATION, 5.NEWTON-RAPSHSON METHOD, 6.SECANT ...
Abstract: This paper exclusively focuses on the implementation of numerical methods, particularly the Bisection Method, Newton-Raphson Method, and Secant Method, for solving mathematical equations ...