APPLIED MATHEMATICS


Course Credits: 3 Units

Prerequisites: Math 54, Math 114, Math 154

MATH 173 - Numerical Methods I

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 basic syntax of the programming language and make a program implementing different problems using the programming language.
  2. Discuss the different methods in solving solutions of nonlinear equations of the form f(x) = 0, polynomial interpolation and approximation, direct and iterative methods for solving linear systems, and numerical differentiation and integration.
  3. Use appropriate numerical methods in solving complicated mathematical problems numerically.
Course Outline

UNIT 1. Introduction to SciLab

UNIT 2. Error Analysis

UNIT 3. Solution of Nonlinear Equations f(x) = 0

  1. Bisection Method
  2. Fixed Point Method
  3. Regula Falsi (False Position) Method
  4. Secant Method (Modified Regula Falsi)
  5. Newton Method

UNIT 4. Solutions of Linear Systems AX = B

  1. Introduction to Vectors and Matrices
  2. Upper triangular systems and Back Substitution
  3. Gaussian elimination
  4. Triangular Factorization
  5. Iterative Methods for linear systems
  6. Iterative Methods for nonlinear systems

UNIT 5. Polynomial Interpolation and Approximation

  1. Taylor Series
  2. Lagrange Approximation
  3. Newton Polynomials
  4. Chebyshev Polynomials
  5. Padé Approximations

UNIT 6. Numerical Differentiation and Integration

  1. Approximating the Derivative
  2. Numerical Differentiation Formulas
  3. Richardson’s Extrapolation
  4. Trapezoidal Rule
  5. Simpson's Rule 1/3 Rule
  6. Simpson's 3/8 Rule
  7. Boole's Rule
  8. Composite Trapezoidal and Simpson Rule