a) find the roots of f(x)= 0 . b) Use three iterations of the bisection method to estimate the highest root code example
Example: bisection method
based on IVT, c=(a+b)/2, if(fa*fc<0) b=c else a=c
based on IVT, c=(a+b)/2, if(fa*fc<0) b=c else a=c