1. Curve Fitting
o Cubic Spline Interpolation
o Lagrange Interpolating Polynomials
o Least Square Regrassion
2. Numerical Differentiation
3. Numerical Integration
o Simpson's Rule
o Trapezoidal Rule
4. Ordinary Differential Equations
o Euler Method
o Runge-Kutta Method
5. Partial Differential Equations
6. Roots of Equations
o Bisection Method
o Linear Interpolation Method
o Modified Methods
o Newton-Raphson Method
o One point Interpolation Method
o Secant Method
7. System of Linear Equations
o Gauss Elimination Method
o Gauss-Seidel Method
o Jacobi Method
o LU Decomposition Method
o Relaxation Methods
8. System of Nonlinear Equations
o Newton-Raphson Method
o One point Iterpolation Method