Question 1
Approximate the root of f(x) = x3 - 3 with the false-position method starting with the interval [1, 2] and use εstep = 0.1 and εabs = 0.1 . Use five decimal digits of accuracy.
Answer: 1.4267
Question 2
Approximate the root of f(x) = x2 - 10 with the false-position method starting with the interval [3, 4] and use εstep = 0.1 and εabs = 0.1 .
Answer: 3.16
Copyright ©2005 by Douglas Wilhelm Harder. All rights reserved.