2. Define the function fx ie. F(x) and error tolerance. 3. Input the initial guess values a and b. 4. Calculate fa=F(a) and fa=F(a). 5. Calculate c=b-fb*(b-a)/(fb-fa ...