Task
Use the Bisection, Newton, and Secant methods to solve (to at least 8
signicant figures) the equation
sin(x) = 0.98 cos(2x2)
over the interval [0, 2.5], in radiant units. For the Newton method, try with
several different initial guesses including x0 = 1. With the Secant method,
use the same...