E. T. S. I. Caminos, Canales y Puertos1 Lecture 0 Engineering Computation.

Slides:



Advertisements
Similar presentations
Lecture 0: Course Overview
Advertisements

E. T. S. I. Caminos, Canales y Puertos1 Engineering Computation Lecture 4.
E. T. S. I. Caminos, Canales y Puertos1 Engineering Computation Lecture 6.
E. T. S. I. Caminos, Canales y Puertos1 Engineering Computation Lecture 5.
Engineering Computation
E. T. S. I. Caminos, Canales y Puertos1 Lecture 1 Engineering Computation.
E. T. S. I. Caminos, Canales y Puertos1 Part 0 Engineering Computation.
LECTURE SERIES on STRUCTURAL OPTIMIZATION Thanh X. Nguyen Structural Mechanics Division National University of Civil Engineering
Math Xa Introduction to Functions and Calculus Fall 2008 Introductory Meeting John Hall.
ECE 355 Introduction to Computer Networks and Data Communications
MATH 331: Partial Differential Equations Spring 2015.
Numerical Methods for Engineers MECH 300 Hong Kong University of Science and Technology.
General information CSE 230 : Introduction to Software Engineering
Welcome to MAT 170. Basic Course Information Instructor Office Office Hours Beth Jones PSA 725 Wednesday and Friday 10:40 am – 11:30 am and by appointment.
Chemistry 6440 / 7440 Computational Chemistry and Molecular Modeling.
1 MA375 Introduction To Numerical Computing Fall 2003 Prof. Tim Warburton
MATH 330: Ordinary Differential Equations Fall 2014.
MIE313 Design of Mechanical Components -- Spring 2002 Instructor:Sundar Krishnamurty Office:ELAB 207B Phone:
Nsm.uh.edu Math Courses Available After College Algebra.
Spring 2012 MATH 250: Calculus III. Course Topics Review: Parametric Equations and Polar Coordinates Vectors and Three-Dimensional Analytic Geometry.
Math-254 Numerical Methods.
Topic 1: Class Logistics. Outline Class Web site Class policies Overview References Software Background Reading.
© 2005 Baylor University Slide 1 Course Introduction Fundamentals of Engineering Analysis Approximate Running Time - 5 minutes Distance Learning / Online.
COMP 151: Computer Programming II Spring Course Topics Review of Java and basics of software engineering (3 classes. Chapters 1 and 2) Recursion.
Welcome to ME 130 Applied Engineering Analysis Class
Computer Network Fundamentals CNT4007C
Numerical Computation Lecture 0: Course Introduction Dr. Weifeng SU United International College Autumn 2010.
Yasser F. O. Mohammad Teaching Team Instructor: Yasser F. O. Mohammad Computers and Systems section (Intelligent Robotics)
Math 125 Statistics. About me  Nedjla Ougouag, PhD  Office: Room 702H  Ph: (312)   Homepage:
EECE 310 Software Engineering Lecture 0: Course Orientation.
EE 3561_Unit_1(c)Al-Dhaifallah EE 3561 : - Computational Methods in Electrical Engineering Unit 1: Introduction to Computational Methods and Taylor.
Course Introduction Software Engineering
CST 229 Introduction to Grammars Dr. Sherry Yang Room 213 (503)
Introduction to Numerical Analysis I MATH/CMPSC 455 Fall 2011 Instructor: Xiaozhe Hu (Shawn)
CSE 541 Rick Parent ELEMENTARY NUMERICAL METHODS Winter 2012.
Applied Numerical Method for Engineers and Scientists
CGS 1000-FALL 2009 Intro to Computers & Tech. Topics  Syllabus  Faculty Website  Campus Cruiser Introduction to Computers and Technology.
CSE 3802 / ECE 3431 Numerical Methods in Scientific Computation
Welcome to Numerical Analysis Math 448/548 Cpt S 430/530 Fall 2015 Instructor: John Miller, West 134E Class web page can be found.
Lecture Section 001 Spring 2008 Mike O’Dell CSE 1301 Computer Literacy.
Quantitative Methods in Geography Geography 391. Introductions and Questions What (and when) was the last math class you had? Have you had statistics.
Course Overview Stephen M. Thebaut, Ph.D. University of Florida Software Engineering Foundations.
Fall 2014 MATH 250: Calculus III. Course Topics Review: Parametric Equations and Polar Coordinates Vectors and Three-Dimensional Analytic Geometry.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Introduction Course Outline.
Numerical Analysis Intro to Scientific Computing.
C Programming Lecture 1 : Introduction Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang University.
Welcome to Numerical Analysis Math 448/548 Cpt S 430/530 Fall 2016 Instructor: John Miller, West 134E Class web page can be found.
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.
Numerical Methods for Computer Engineering ( ) Assoc. Prof. Mitchai Chongcheawchamnan.
Computer Networks CNT5106C
Numerical Analysis Intro to Scientific Computing.
Course Overview: Linear Algebra
6/12/20161 SOEN 385 Control Systems and Applications Instructor: T. D. Bui Office: EV Office hours:
Course Overview Stephen M. Thebaut, Ph.D. University of Florida Software Engineering.
Computational Fluid Dynamics Lecture II Numerical Methods and Criteria for CFD Dr. Ugur GUVEN Professor of Aerospace Engineering.
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.
Welcome to Computers in Civil Engineering 53:081 Spring 2003
MATH/COMP 340: Numerical Analysis I
Syllabus Introduction to Computer Science
MATH 175: NUMERICAL ANALYSIS II
2017年6月4日更新 1. イントロダクション 東北大学 大学院工学研究科 嶋田 慶太.
Math-254 Numerical Methods.
C Programming Lecture 1 : Introduction
C Programming Lecture 1 : Introduction
EP208 Computational Methods in Physics
Electric Circuit and Applied Electronics (EMEC 4313)
Presentation transcript:

E. T. S. I. Caminos, Canales y Puertos1 Lecture 0 Engineering Computation

E. T. S. I. Caminos, Canales y Puertos2 Introduction Objectives 1. Introduction (quite ambitious!) to numerical methods for engineering as a general and fundamental tool for all engineering disciplines. We plan to cover (almost) the main topics of numerical analysis and basic concepts of probability & statistics. 2. Programming will be essential; we will use commercial software widely used in science and engineering: MATLAB and Excel. 3. We will illustrate and discuss how numerical methods are used in practice. We will consider examples from Engineering.

E. T. S. I. Caminos, Canales y Puertos3 Introduction ENGCOMP Course overview 1. Approximation, errors, and precision. 2. Finding roots of functions of one variable. 3. Simultaneous linear equations: - tri-diagonal, LU decomposition, iterative solutions; - norms, condition number, operation counting. 4. Numerical methods for ODE’s. 5. Introduction to numerical solutions of PDE’s. 6. Introductory probability & statistics. 7. Curve-fitting, regression, and cubic splines. 8. Numerical integration and differentiation.

E. T. S. I. Caminos, Canales y Puertos4 Introduction Why are Numerical Methods so widely used in Engineering?  Engineers use mathematical modeling (equations and data) to describe and predict the behavior of systems.  Closed-form (analytical) solutions are only possible and complete for simple problems (geometry, properties, etc.).  Computers are widely available, powerful, and (relatively) cheap.  Powerful software packages are available (special or general purpose).

E. T. S. I. Caminos, Canales y Puertos5 Introduction A few applications of Numerical Methods in Engineering: Structural/mechanical analysis, design, and behavior. Communication/power Network simulation Train and traffic networks Computational Fluid Dynamics (CFD): Weather prediction Groundwater & pollutant movement

E. T. S. I. Caminos, Canales y Puertos6 Introduction Why study Numerical Methods? Numerical Analysis is a Discipline:  Need to understand concepts and theory - Know what problems can be solved. - Know what problems cannot be solved, or when problems will be troublesome.  Need to understand methods and techniques - Know why methods work, or judge when they are working. - Be able to create or modify tools (software) as needed. - Evaluate errors, convergence, and stability of arithmetic approximations.

E. T. S. I. Caminos, Canales y Puertos7 Introduction Why study Numerical Methods? (continued) Use of Numerical Methods is an Art: Numerical methods are approximate. The most appropriate method(s) is not always obvious. Evaluating precision and accuracy is an essential part of the process.

E. T. S. I. Caminos, Canales y Puertos8 Introduction Instructors: Prof. Amparo Gil Departamento de Matemática Aplicada y CC. De la Computación Escuela de Ingenieros de Caminos Universidad de Cantabria Office Hours: by appointment via . Visiting Prof. Sarah Hallerberg Departamento de Matemática Aplicada y CC. De la Computación Escuela de Ingenieros de Caminos Universidad de Cantabria

E. T. S. I. Caminos, Canales y Puertos9 Introduction Course computing framework: Spreadsheets – Microsoft Excel. Numerical Languages – MATLAB Electronic Communication by Computer assignments will be submitted as attachments via Text files, Excel & MATLAB documents as attachments. documents will be distributed via the ENGCOMP web page.

E. T. S. I. Caminos, Canales y Puertos10 Introduction ENGCOMP Course Materials Required Textbook and Notes: Chapra & Canale, Numerical Methods for Engineers, 4th Ed., 2002 Computer sessions (recommended texts): Palm, Introduction to MATLAB for Engineers. The MathWorks, The Student Edition of MATLAB. Pratap, Getting Started with MATLAB. Additional material will be available at the course website, e.g.: "Introduction to Spreadsheets: Using Microsoft EXCEL" "Primer on MATLAB"

E. T. S. I. Caminos, Canales y Puertos11 Selected bibliography –Datta, NB, “Numerical linear algebra and applications”, 1995, Pacific Grove, California: Brooks- Cole, cop. –Gil, A., Segura, J., Temme, NM, “Numerical Methods for Special Functions”, 2007, SIAM. –Kincaid D., Cheney W., “Análisis Numérico”. Addison- Wesley Iberoamericana,1994. –Lambert, J.D., “Numerical Methods for Ordinary Differential Equations”, 1973, John Wiley & Sons. –Mitchell, A.R., Griffiths, D.F., “The Finite Difference Method in Partial Differential Equations”, 1980, Wiley, London. –Schwartz, H.R., “Finite Element Methods”, 1998, Academic Press, London.

E. T. S. I. Caminos, Canales y Puertos12 Introduction Weekly Assignments Problem Sets (PS) - teams of 3; work together, check each other - teams to be formed at the end of September. Computer Assignments (CA) due Friday -teams of 3; work together, learn from each other -submit electronically Assignment submissions must follows the standards described on the course web page.

E. T. S. I. Caminos, Canales y Puertos13 Introduction Schedule: Monday, Wednesday: 8:30-10:30 (2 sessions of 50’ each) Lectures Friday: 8:30-9:30 Computer Session (at the computer lab of the department of Applied Math. and Comput. Science).

E. T. S. I. Caminos, Canales y Puertos14 Contributions to the final grade: Computer Assignments (CA)20% For 2 Prelims 40% Final Exam 20% Attendance & participation & various20%

E. T. S. I. Caminos, Canales y Puertos15 Preliminary exams: Prelim 1: To be announced (most probably at the end of October). Prelim 2: To be announced. Final exam To be announced

E. T. S. I. Caminos, Canales y Puertos16 … and that’s all for today!