SYNOPSIS
This course introduces students to some numerical techniques in solving problems that could not be solved analytically. Students will be exposed to the numerical solution for simultaneous algebraic equation and non linear equations. Besides that, student will learn about interpolation, numerical differentiation and numerical solution for initial value problem of linear ordinary differential equations. Since numerical methods are an approximation method, the accuracy of numerical solution will be calculated.
By the end of the course, students should be able to:
- Recognize the difference between analytical and numerical solutions
- Use bracketing and open methods to solve root of equation problems
- Solve simultaneously sets of linear algebraic equations using Naïve Gauss Elimination, Gauss-Jordan Elimination, LU Decomposition and Gauss-Siedel methods
- Differentiate the fundamental difference between regression and interpolation and able to solve the numerical method problems
- Solve numerical differentiation problems using suitable numerical differentiation formulas
- Use formula and error equations for Trapezoidal and Simpson’s rules to evaluate the numerical method integral
- Solve Ordinary Differential Equation problems using Euler’s,Heun’s and Runge Kutta methods
- Ethics and Lifelong Learning
SLIDE
CHAPTER 1- INTRODUCTION TO NUMERICAL METHOD
CHAPTER 2- APPROXIMATION OF ERROR
CHAPTER 4 – LINEAR ALGEBRAIC EQUATION
TEST QUESTION SAMPLES