APPLIED MATHEMATICS


Course Credits: 3 Units

Prerequisites: Math 55, Math 121, Math 173

MATH 174 - Numerical Methods II

Course Description

This course is about numerical methods with emphasis on algorithms and convergence, error analysis and computer arithmetic. Other topics that will be discussed are solutions of nonlinear equations of the form f(x) = 0, polynomial interpolation, approximation; direct and iterative methods for solving linear systems; numerical differentiation and integration.

Course Learning Outcomes

After completion of the course, the student should be able to:

  1. Discuss the different methods in solving solutions of differential, equations, curve fitting, eigenvalues and eigenvectors, and numerical integration.
  2. Make a program implementing different problems using a programming language.
  3. Use appropriate numerical methods in solving complicated mathematical problems numerically.
Course Outline

UNIT 1. Curve Fitting

  1. Least Squares Line
  2. Curve Fitting
  3. Spline Functions
  4. Fourier Series and Trigonometric Polynomials

UNIT 2. Solutions of Differential Equations

  1. Review of Differential Equations
  2. Euler’s Method
  3. Heun’s (Modified Euler) Method
  4. Taylor Series Method
  5. Runge-Kutta Method
  6. Predictor-Corrector Methods
  7. Systems of Differential Equations
  8. Boundary Value Problems
  9. Finite-difference Method

UNIT 3. Eigenvalues and Eigenvectors

  1. Homogeneous Systems: The Eigenvalue Problem
  2. Power Method
  3. Jacobi’s Metho