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:
- Bisection
- Secant
- False position
- Fixed point
- Birge Vieta
- General method (brent + binary search in a specified range)
and all the result will be represented in file and ploted in GUI.