Introduction to Numerical Analysis I MATH/CMPSC 455 Fall 2011 Instructor: Xiaozhe Hu (Shawn)

Slides:



Advertisements
Similar presentations
SE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM Read , 26-2, 27-1 CISE301_Topic8L8&9 KFUPM.
Advertisements

Chapter 7 Numerical Differentiation and Integration
Numerical Integration
1 Course Information Parallel Computing Fall 2008.
Chapter 1 Introduction The solutions of engineering problems can be obtained using analytical methods or numerical methods. Analytical differentiation.
Revision.
ECIV 301 Programming & Graphics Numerical Methods for Engineers REVIEW III.
Administrative Issues ICS 151 Fall 2007 Instructor: Eli Bozorgzadeh.
1 MA375 Introduction To Numerical Computing Fall 2003 Prof. Tim Warburton
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM.
CISE301_Topic7KFUPM1 SE301: Numerical Methods Topic 7 Numerical Integration Lecture KFUPM Read Chapter 21, Section 1 Read Chapter 22, Sections 2-3.
-S.SIVARAJA Dept of MATHEMATICS.  N-NUMERICAL  M-METHODS EASY TO LEARN & EASY TO SCORE.
MECN 3500 Inter - Bayamon Lecture Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Lecture 19 - Numerical Integration CVEN 302 July 22, 2002.
Numerical Computation Lecture 0: Course Introduction Dr. Weifeng SU United International College Autumn 2010.
Calculus II Tools for Applied Mathematics. What to Remember from Calculus I The derivative of a function measures its instantaneous rate of change (slope)
Chapter 17 Boundary Value Problems. Standard Form of Two-Point Boundary Value Problem In total, there are n 1 +n 2 =N boundary conditions.
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM CISE301_Topic1.
CISE301_Topic11 CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4:
EE 3561_Unit_1(c)Al-Dhaifallah EE 3561 : - Computational Methods in Electrical Engineering Unit 1: Introduction to Computational Methods and Taylor.
COMPE 226 Data Structures 2015 Fall Murat KARAKAYA Department of Computer Engineering.
Introduction to Discrete Mathematics J. H. Wang Sep. 14, 2010.
Application of Differential Applied Optimization Problems.
CSE 541 Rick Parent ELEMENTARY NUMERICAL METHODS Winter 2012.
Lecture 22 - Exam 2 Review CVEN 302 July 29, 2002.
Review Taylor Series and Error Analysis Roots of Equations
WEEK 1. ( a time for more computations ) MATH 070.
Lecture 8 Numerical Analysis. Solution of Non-Linear Equations Chapter 2.
Applied Numerical Method for Engineers and Scientists
CSE 3802 / ECE 3431 Numerical Methods in Scientific Computation
Numerical analysis in 10mins Zhiyun (Kevin) Kuang.
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.
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.
Engineering Analysis ENG 3420 Fall 2009 Dan C. Marinescu Office: HEC 439 B Office hours: Tu-Th 11:00-12:00.
MECN 3500 Inter - Bayamon Lecture 8 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
MECN 3500 Inter - Bayamon Lecture 6 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
BE207 Numerical Analysis using Matlab Lecturer DR Abdullah Awad Faculty of Engineering.
Computer Programming (TKK-2144) 13/14 Semester 1 Instructor: Rama Oktavian Office Hr.: M.13-15, W Th , F
Intelligent Numerical Computation1 Numerical Analysis MATLAB programming Numerical Methods Applications Contents.
MTH 204 NUMERICAL ANALYSIS Spring Term MTH 204 NUMERICAL ANALYSIS Spring Term DEPARTMENT of INFORMATION TECHNOLOGIES Assoc. Prof. Dr.
MTH Spring Term NUMERICAL ANALYSIS Spring Term MTH Spring Term NUMERICAL ANALYSIS Spring Term INTERNATIONAL.
ESO 208A/ESO 218 COMPUTATIONAL METHODS IN ENGINEERING.
1/7  4.6 Adaptive Quadrature Methods Chapter 4 Numerical Differentiation and Integration -- Adaptive Quadrature Methods   /2  /4  /8 Predict the.
Senior Seminar in Mathematics Math 495 Course Syllabus Class Periods: 2:30pm-3:45pm TR Classroom: Thompson Hall 303 Instructor: Mei Q. Chen, Thompson Hall.
SE301_Topic 6Al-Amer20051 SE301:Numerical Methods Topic 6 Numerical Integration Dr. Samir Al-Amer Term 053.
Quadrature – Concepts (numerical integration) Don Allen.
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.
Numerical Integration for physically based animation
MATHEMATICS B.A./B.Sc. (GENERAL) THIRD YEAR EXAMINATION, 2012.
CHAPTER 3 NUMERICAL METHODS
Welcome to Computers in Civil Engineering 53:081 Spring 2003
MATH/COMP 340: Numerical Analysis I
Numerical Methods and Analysis
MATH 175: NUMERICAL ANALYSIS II
CHAPTER 3 NUMERICAL METHODS.
Final Examination (F2017) ME 130 Applied Engineering Analysis
Numerical integration for physically based animation
MATH 2140 Numerical Methods
Local Linearity and Approximation
Floating Point Representations: Accuracy and Stability
Numerical Analysis Lecture 45.
Final Examination (S2018) ME 130 Applied Engineering Analysis-01
MATH-321 In One Slide MATH-321 & MATLAB Command.
WELCOME TO MY CLASS NUMERICAL METHOD Name : Masduki
Numerical Analysis Lecture 38.
ANSWER THE FOLLOWING BRIEFLY BUT COMPREHENSIVELY.
Assignment 3 Questions 1 and 2 Stephen Adams CS 4MN3
Introduction CSE 541.
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM CISE301_Topic1.
Presentation transcript:

Introduction to Numerical Analysis I MATH/CMPSC 455 Fall 2011 Instructor: Xiaozhe Hu (Shawn)

W HAT IS N UMERICAL A NALYSIS ? “It is the study of algorithms that use numerical approximation for the problem of mathematical analysis” ---- Wikipedia  study of algorithms: Create, analyze, and implement algorithms  numerical approximation: Solving problems numerically and approximately  mathematical analysis: Problems of continuous mathematics. Such problems originate generally from real-world applications of algebra, geometry and calculus, and they involve variables which vary continuously.

A E XAMPLE : Algorithm: This is known as the “Babylonian method”, which is about 3600~3800 years old ( BC). Question: Why this algorithm works?

F IELD OF N UMERICAL ANALYSIS Numerical linear and nonlinear algebra: solution of systems of linear and nonlinear equations, possible with a very large number of variables Approximation Theory: approximation of functions and methods based on using such approximations Solving differential and integral equations: Effects of computer hardware

Practical Problem Mathematical Model Numerical Algorithm Code Code

This course is an introduction to basic and classical numerical algorithms. We will describe numerical algorithms for floating point computation, rootfinding, solving linear systems, interpolation and quadrature. We will also discuss the underlying mathematical principles and theories of these numerical methods and their implementations. C OURSE B RIEF D ESCRIPTION

Fundamentals (Chapter 0) 1) Introduction 2) Evaluating a Polynomial 3) Binary Numbers (0,1) 4) Floating Point Representation 5) Loss of Significance T ENTATIVE O UTLINE

Solving Equations (Chapter 1) 1) Bisection Method 2) Fix Point Iteration 3) Newton's Method 4) Secant Method

T ENTATIVE O UTLINE

System of Equations (Chapter 2) 1) Gaussian Elimination 2) LU Factorization 3) Linear Iterative Methods 4) Conjugate Gradient Method 5) System of Nonlinear Equations

T ENTATIVE O UTLINE Interpolation (Chapter 3) 1) Lagrange Interpolation 2) Cubic Splines 3) Bezier Curves

T ENTATIVE O UTLINE Numerical Integration (Chapter 5) 1) Newton-Cotes Formulas 2) Romberg Integration 3) Adaptive Quadrature 4) Gaussian Quadrature

TENTATIVE OUTLINE Numerical Solution of Ordinary Differential Equations (Chapter 6) 1) Euler's Method, Taylor Method 2) Runge Kutta Methods

Course Text : Numerical Analysis, Timothy Sauer, Addison Wesley Office Hours : Tuesday & Thursday 1:30 – 2:30 pm, or by appointment Grading Policy : 1.Homework & Computer assignments (50%) 2.Midterm exam (20%) 3.Final Exam (30%)