Module 9 Successive Numeric Approximation

  1. Understand the concept of order of accuracy of a numerical method
  2. Understand the concept of successive approximation and convergence
  3. Apply Newton's Method for approximating roots of algebraic equations
  4. Apply Simpson's Rule for approximating integrals
  5. Apply Runge-Kutta algorithm for approximating solution to ODEs
  6. Program Newton's Method for approximating roots of algebraic equations
  7. Program Simpson's Rule for approximating integrals
  8. Program Runge-Kutta algorithm for approximating solution to ODEs