Techniques included:
- Bisection method,
- Newton's, Secant, False Position methods
- Fixed Point method
Modify f(x) then just enter
python method.py
in terminal and replace method with the suitable method name.
Input the boundary values or initial points as the prompt tells you.