Ma 404: Numerical Methods Reading and Homework Assignment 9 Prof. Wickerhauser Read Chapter 7, Sections 7.3 through 7.5 of the text. Do Exercise 4 of Section 7.3, p.390. Do Algorithm 3 of Section 7.3, p.392. Do Algorithm 1(c) of Section 7.4, p.399. Do Exercise 9 of Section 7.5, p.406. [Note: an odd function actually satisfies f(-x)= -f(x), instead of what is written in the hint.] Problem H09.1. Write a program to compute the integral of a function using successive refinement of h with the composite trapezoidal rule. Let the desired accuracy be specified by a parameter in the program.