Module 9 Successive Numeric Approximation
-
Understand the concept of order of accuracy of a numerical method
-
Understand the concept of successive approximation and convergence
-
Apply Newton's Method for approximating roots of algebraic equations
-
Apply Simpson's Rule for approximating integrals
-
Apply Runge-Kutta algorithm for approximating solution to ODEs
-
Program Newton's Method for approximating roots of algebraic equations
-
Program Simpson's Rule for approximating integrals
-
Program Runge-Kutta algorithm for approximating solution to ODEs