Instructions and hints:
What you need to do on Maple:
  1. Section 7.6: 35, 36, 41
  2. Section 7.6: 43, 44
  3. Section 7.4: 67, 68 (don't worry about doing these by hand)
  4. Section 7.5: 61, 58
  5. Compare: the midpoint rule with Simpsons rule. I have written code for these here: numerics.txt, or you can use Maple's simpson's rule (try ?simpson). Get an estimate for theIntegral of the function f(x)=e^(-x^2) 0 to 100 with 10, 20, 100 and 1000 subdivisions. Explain what is happening.
  6. (Optional) Section 7.7: 25