ESO 208A/ESO 218 COMPUTATIONAL METHODS IN ENGINEERING.

Slides:



Advertisements
Similar presentations
Numerical Integration
Advertisements

Numerical Solution of Nonlinear Equations
Ordinary Differential Equations
Lecture 18 - Numerical Differentiation
Total Recall Math, Part 2 Ordinary diff. equations First order ODE, one boundary/initial condition: Second order ODE.
Dr. Jie Zou PHY Chapter 9 Ordinary Differential Equations: Initial-Value Problems Lecture (I) 1 1 Besides the main textbook, also see Ref.: “Applied.
MECH300H Introduction to Finite Element Methods Lecture 2 Review.
CVEN Exam 1 Review. Matlab.m files Matlab.m files Programming: FOR, WHILE, IF and FUNCTION Programming: FOR, WHILE, IF and FUNCTION Taylor Series.
Dr. Jie Zou PHY Chapter 7 Numerical Differentiation: 1 Lecture (I) 1 Ref: “Applied Numerical Methods with MATLAB for Engineers and Scientists”, Steven.
Differential Equations and Boundary Value Problems
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM.
Numerical Solution of Ordinary Differential Equation
MATH 685/ CSI 700/ OR 682 Lecture Notes Lecture 10. Ordinary differential equations. Initial value problems.
1 Chapter 6 Numerical Methods for Ordinary Differential Equations.
Numerical Methods Intro to Numerical Methods &
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Solving ODE.
MECN 3500 Inter - Bayamon Lecture Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Introduction to Numerical Analysis Using MATLAB
Yasser F. O. Mohammad Teaching Team Instructor: Yasser F. O. Mohammad Computers and Systems section (Intelligent Robotics)
Mathematics for Computer Graphics (Appendix A) Won-Ki Jeong.
Introduction to Numerical Methods for ODEs and PDEs Methods of Approximation Lecture 3: finite differences Lecture 4: finite elements.
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.
Introduction to Numerical Analysis I MATH/CMPSC 455 Fall 2011 Instructor: Xiaozhe Hu (Shawn)
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
Computational Methods for Design Lecture 4 – Introduction to Sensitivities John A. Burns C enter for O ptimal D esign A nd C ontrol I nterdisciplinary.
Applied Numerical Method for Engineers and Scientists
CSE 3802 / ECE 3431 Numerical Methods in Scientific Computation
Numerical analysis in 10mins Zhiyun (Kevin) Kuang.
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
MECN 3500 Inter - Bayamon Lecture 9 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.
Numerical Analysis – Differential Equation
MTH 204 NUMERICAL ANALYSIS Spring Term MTH 204 NUMERICAL ANALYSIS Spring Term DEPARTMENT of INFORMATION TECHNOLOGIES Assoc. Prof. Dr.
Dr. Mujahed AlDhaifallah ( Term 342)
1 NUMERICAL METHOD. 2 Introduction Definition : The study of approximation techniques for solving mathematical problems, taking into account the extent.
Differential Equations
MA2213 Lecture 10 ODE. Topics Importance p Introduction to the theory p Numerical methods Forward Euler p. 383 Richardson’s extrapolation.
CHAPTER 3 NUMERICAL METHODS
Welcome to Computers in Civil Engineering 53:081 Spring 2003
Simultaneous Linear Equations
Scientific Computing Lab
CHAPTER 3 NUMERICAL METHODS.
Chapter 22.
NUMERICAL DIFFERENTIATION AND INTEGRATION
Numerical Analysis Lecture 45.
Chapter 27.
MATH My research interests lie primarily in the area of numerical analysis and scientific computing, …
ME 123 Computer Applications I Lecture 24: Character Strings 4/18/03
Analytical Tools in ME Course Objectives
Computers in Civil Engineering 53:081 Spring 2003
Numerical Solutions of Partial Differential Equations
Scientific Computing Partial Differential Equations Implicit Solution of Heat Equation.
MATH-321 In One Slide MATH-321 & MATLAB Command.
WELCOME TO MY CLASS NUMERICAL METHOD Name : Masduki
SE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM (Term 101) Section 04 Read , 26-2, 27-1 CISE301_Topic8L2.
SKTN 2393 Numerical Methods for Nuclear Engineers
6th Lecture : Numerical Methods
ME 123 Computer Applications I Lecture 25: MATLAB Overview 4/28/03
ESO 208A: Computational Methods in Engineering
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM CISE301_Topic1.
Numerical Modeling Ramaz Botchorishvili
Presentation transcript:

ESO 208A/ESO 218 COMPUTATIONAL METHODS IN ENGINEERING

COURSE STRUCTURE QUIZ-1 (10) MID-SEMESTER (30) QUIZ-2 (10) END-SEMESTER (40) TUTORIALS (10) Attendance Lectures (random) Tutorials (compulsory)

Instructor: Pranab K. Mohapatra, CE Tutors: – V. Shankar, CHE – A. Ghatak, CHE – P. Apte, CHE – Raj Pala, CHE – Shipra Verma, CHE – S. Chandra, CE – Aubha Goel, CE – Mukesh Sharma, CE – S. N. Tripathi, CE

Course Contents Introduction, Engineering Systems, Physical and Mathematical Modeling Error Analysis: Approximations and round off and Truncation errors Roots of Equations: Method of Bisection, Method of Interpolation, Secant Method, Newton Raphson method, Secant Method, Multiple roots Solution of Linear Simultaneous Equations: Direct Methods-Gauss Elimination, Gauss-Jordan, LU decomposition; lterative Methods-Gauss-Seidel, Conjugate Gradient, Banded and Sparse systems Solution of Nonlinear Simultaneous Equations Curve Fitting-Least Square regression, Interpolation including splines Fast Fourier Transforms, Regression Analysis for Multivariable Eigen Values and Eigen Vectors- Power method, Relaxation Method, Diagonalization method. Numerical Differentiation and Integration-High-Accuracy Differentiation Formulas, Derivatives of Unequal Spaced Data. The trapezoidal Rule, Simpson’s rule, Integration with unequal segments, Open Integration Formulas Ordinary Differential Equations- Finite Difference method, Method of Weighted Residuals Analytical versus Numerical Methods, Initial Value and Boundary Value Problems Euler’s method, Improvement of Euler’s method, Runge-Kutta Method, Multiple Steps Method Partial Differential Equations-Elliptic and parabolic Equations, Explicit and Implicit Methods, Crank Nicholson Method, ADI method Introduction to Finite Element Method, Applications.

BOOK(S) CHAPRA & CANALE (2012) NUM. METHODS FOR ENGINEERS, 6 TH ED., TMH GUHA & SRIVASTAVA (2012) NUM. METH. FOR ENGG. AND SCIENCE, 1 ST ED., OXFORD PRESS ET AL. (1992) NUM. RECIPES IN FORTRAN, 2 ND ED., CAMBRIDGE UNIV. PRESS

CLASS SCHEDULE LECTURE: L17 (M/W/F) 11:00 – 11:50 TUTORIAL: THU (11:00 – 11:50)

INTRODUCTION A DIVISION GIGO CAD HUMAN VS COMPUTER

MODELING PHYSICAL ANALYTICAL NUMERICAL ANALOGICAL

FACTORS TIME ACCURACY COST PHYSICAL PROCESSES DEVELOPMENT USER FRIENDLY

MATHEMATICAL MODELING GOVERNING EQUATIONS BOUNDARY CONDITIONS NUMERICAL/ANALYTICAL SOLUTION INTERPRETATION OF RESULTS IMPLEMENTATION

CHECKS GRID INDEPENDENCE CONSERVATION LAWS VALIDATION

NUMERICAL METHOD? POTENT PROBLEM SOLVING TOOLS USE OF SOFTWARES WRITE YOUR OWN PROGRAM LEARN PROGRAMMING INSIGHT TO THE PROBLEM

PRACTICAL ISSUES (NON)LINEAR SYSTEM LARGE / SMALL SYSTEM IDEAL / REAL SENSITIVITY ANALYSIS DESIGN INVERSE PROBLEM

PRACTICE EXAMPLE 1.1 (PAGE 14) EXAMPLE 1.2 (PAGE 17)