- We have given the following function;
The MATLAB program for the algorithm (see the lecture notes; an algorithm for halving the interval (Bisection)) is given.
save with the name mybisec.m. Then;
Modify this MATLAB program for the bisection method for using a tolerance value of 1E-4 (see next page).
save with the name modbisect.m. Then (see next page);
- Now, we have given the following function;
Apply all the procedures you studied above to find the root(s) of this function by modifying the given codes (Interval Halving (bisect.m) and Newton's (newton.m) methods).
Cem Ozdogan
2010-10-13