Part II: Root Finding (1.5pts) Q.II.1: Find graphically (draw the functions) an estimate of the root of the equation sin(x) - e^x-0
Q.II.2: Discuss the applicability of the bisection method to find the root of the function above on the intervals [-2, 0] and [-4, -2]
Q.II.3: write a program that finds an approximate of the root in [-4,-3], with an absolute error less than 10, testing the error after each iteration