Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 239 Bytes

readme.md

File metadata and controls

13 lines (7 loc) · 239 Bytes

ITERATIVE METHODS FOR ROOT FINDING

Bisection Method

Regula Falsi Method (False Position Method)

Newton Raphson

Secant Method

Muller Method

These are the methods implemented and compared in the project in python (Code and Graph).