BE207 Numerical Analysis using Matlab Lecturer DR Abdullah Awad Faculty of Engineering.

Slides:



Advertisements
Similar presentations
MECH300H Introduction to Finite Element Methods Lecture 2 Review.
Advertisements

ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 20 Solution of Linear System of Equations - Iterative Methods.
CVEN Exam 1 Review. Matlab Basic commands and syntax Basic commands and syntax Creation of functions and programs Creation of functions and programs.
Revision.
CVEN Exam 1 Review. Matlab.m files Matlab.m files Programming: FOR, WHILE, IF and FUNCTION Programming: FOR, WHILE, IF and FUNCTION Taylor Series.
Special Matrices and Gauss-Siedel
17 Jul 2007 KKKQ 3013 PENGIRAAN BERANGKA Week 2 – Systems of Linear Equations 17 July am – 9.00 am.
Lagrange interpolation Gives the same results as Newton, but different method.
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM.
-S.SIVARAJA Dept of MATHEMATICS.  N-NUMERICAL  M-METHODS EASY TO LEARN & EASY TO SCORE.
Math-254 Numerical Methods.
1 NUMERICAL INTEGRATION Motivation: Most such integrals cannot be evaluated explicitly. Many others it is often faster to integrate them numerically rather.
MECN 3500 Inter - Bayamon Lecture Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
1 Numerical Analysis Lecture 12 Numerical Integration Dr. Nader Okasha.
Software Engineering (CE 352) Fall 2013 Dr: Mohamed El-Basiuny Lecture 1 1 FACULTY OF ENGINEERING COMPUTER ENGINEERING.
ITERATIVE TECHNIQUES FOR SOLVING NON-LINEAR SYSTEMS (AND LINEAR SYSTEMS)
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM CISE301_Topic1.
EE 3561_Unit_1(c)Al-Dhaifallah EE 3561 : - Computational Methods in Electrical Engineering Unit 1: Introduction to Computational Methods and Taylor.
Introduction to Numerical Analysis I MATH/CMPSC 455 Fall 2011 Instructor: Xiaozhe Hu (Shawn)
Application of Differential Applied Optimization Problems.
Faculty of Applied Engineering and Urban Planning Civil Engineering Department Spatial Data Analysis ECGS5104 Syllabus Lecture 1 Week 2 1 st Semester 2008/2009.
CSE 541 Rick Parent ELEMENTARY NUMERICAL METHODS Winter 2012.
Review Taylor Series and Error Analysis Roots of Equations
Applied Numerical Method for Engineers and Scientists
Lecture 1 Analytic Geometry-I. Instructor and Textbooks Instructor: Dr. Tarek Emam Location: C5 301-right Office hours: Sunday: from 1:00 pm to 3:00pm.
EE255 Digital Communications (I)
MECH345 Introduction to Finite Element Methods Chapter 1 Numerical Methods - Introduction.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Introduction Course Outline.
MECN 3500 Inter - Bayamon Lecture 8 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
MECH4450 Introduction to Finite Element Methods Chapter 9 Advanced Topics II - Nonlinear Problems Error and Convergence.
MTH 204 NUMERICAL ANALYSIS Spring Term MTH 204 NUMERICAL ANALYSIS Spring Term DEPARTMENT of INFORMATION TECHNOLOGIES Assoc. Prof. Dr.
Objectives Understand the fundamental concept of numerical method Know the significances and impacts of applying numerical method to practical problems.
MTH Spring Term NUMERICAL ANALYSIS Spring Term MTH Spring Term NUMERICAL ANALYSIS Spring Term INTERNATIONAL.
ESO 208A/ESO 218 COMPUTATIONAL METHODS IN ENGINEERING.
MECH593 Introduction to Finite Element Methods
Data Structures By Dr. Mehedi Masud ِAssociate Professor, Computer Science Dept. College of Computers and Information Systems Taif University 1.
SE301_Topic 6Al-Amer20051 SE301:Numerical Methods Topic 6 Numerical Integration Dr. Samir Al-Amer Term 053.
SubjectEngineering Mathematics 2 CodeDME 2133 StatusCompulsory LevelDiploma Credit Value3(2+1) 1 credit hour lecture is equivalent to 1 hour contact per.
Assignment 1: due 1/19/16 Estimate all of the zero of x3-x2-2x+1 graphically. Write a MatLab code for Newton’s method. Use your code to refine the graphical.
S5.40. Module Structure 30% practical tests / 70% written exam 3h lectures / week (except reading week) 3 x 2h of computer labs (solving problems practicing.
CHAPTER 3 NUMERICAL METHODS
Welcome to Computers in Civil Engineering 53:081 Spring 2003
Part 3 Chapter 12 Iterative Methods
LECTURE 4 OF SOLUTIONS OF NON-LINEAR EQUATIONS OBJECTIVES
Computer Programming for Engineers ENGR Summer 2015 Class 4
Math-254 Numerical Methods.
Computer Programming for Engineers ENGR Spring 2015 Week 3
MTH 208 Education for Service/tutorialrank.com
MATH 2140 Numerical Methods
Numerical Analysis Lecture 45.
Lecture 1: Introduction
ME 123 Computer Applications I Lecture 24: Character Strings 4/18/03
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
Unit I C Language Review Ref. Book: Yashavant Kanetkar, “Let Us C”, BPB Publications, 10/E, 2010.
Electromagnetics II (ELEC ENG 3FK4)
Introduction to Scientific Computing II
Numerical Computation and Optimization
Applied Numerical Methods
Lecture 1: Introduction
26 July 2011 SC 611 Class 1.
MATH-321 In One Slide MATH-321 & MATLAB Command.
WELCOME TO MY CLASS NUMERICAL METHOD Name : Masduki
ARRAY DIVISION Identity matrix Islamic University of Gaza
MATH 2140 Numerical Methods
Engineering Analysis ENG 3420 Fall 2009
ME 123 Computer Applications I Lecture 25: MATLAB Overview 4/28/03
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM CISE301_Topic1.
Home assignment #3 (1) (Total 3 problems) Due: 12 November 2018
Presentation transcript:

BE207 Numerical Analysis using Matlab Lecturer DR Abdullah Awad Faculty of Engineering

Introduction Course information – BE207 ; Numerical analysis using Matlab Course staff – Lecturer : Dr Abdullah Awad Office hours : Thursday (9:30-10:30) – Assistant : Eng/ Mohamed Abdelkarim Office hours : Sunday(9:30-12:30)

Assessment Criteria – 25 Marks : 9 th Exam – 15Marks: Lab work and exam – 10 Marks : quizes and assignments – 50 Marks : final exam

Course outlines Methods of solving system of linear equations – Gauss elimination – Solving linear system using LU decomposition – Solving linear system using Choleski’s Iterative methods for solving system of linear equations – Jacobi method Norms of matrices Interpolation methods – Lagrange polynomials – Divided difference Solving non-linear equations – Bisection method – Newton Raphson’s method – Fixed-point iteration method Solving Integrals – Trapezoidal method – Simpson’s rule

Time table Lecture Thursday (2:30 – 4:30) location : E414 Tutorial – Wednesday (8:30-10:30) location E434 Lab – Thursday (10:30-2:30) location E117

Contents / weeks topicweek Gauss elimination1 Solving linear system using LU decomposition2 Solving linear system using Choleski’s3 Jacobi method4 Vacation5 Norms of matrices6 Interpolation methods7 vacation8 9 th exam9 Divided difference10 Solving non-linear equations-bisection method11 Newton Raphson’s method12 Fixed-point iteration method13 Solving Integrals14

Reference book Richard L. Burden, Numerical Analysis, seventh edition,