Question: newton's method

Implement a computer programme which, for a given function f(x), interval [a,b] and real numbers epsilon1>epsilon2>0, finds an approximation x~ from the inerval (a,b) with an error less than epsilon1 by bisection and, with x~ as the stating value, finds an approximation of this root by the second modification of tj=he Newton method with an error less than epsilon2.
Please Wait...