Chapter 1

A Matlab program for the false-position method is listed in Table 1.3 where the function f(x) is an input to the program. The statement eval(f) is used to evaluate the function at a given value of x. The iteration will not start if the first two guesses do not bracket the root. ................
................