Using Python and matplotlib, plot both of these functions over the interval [-3,3]. Use the bisection method to find the coordinates of both of the intersection points of these two curves, accurate to 8 decimal places. Hint: you will need to define a function f() so that the solution to f() = 0 is the same as the solution to h() = q(). You will need to choose appropriate initial brackets for these roots. Once you compute these two intersection points, plot them on the same graph.