Numerical Project implemented using MATLAB to implement some of the Numerical methods for Root Finding with interactive graphical user interface .
A matlab project represents an implementation of many methods to find roots of any equation
first you should enter your equation and select one of the following method:
1) Bisection
2) Secant
3) False position
4) Fixed point
5) Birge Vieta
6) General method (brent + binary search in a specified range)
and all the result will be represented in file and ploted in GUI.