S17: Introduction to Numerical Methods TT 2008 Lecture 1 Numerical aspects of computing.

Slides:



Advertisements
Similar presentations
PHYS33010 Maths Methods Bob Tapper
Advertisements

COMP1261 Advanced Algorithms n 15 credits, Term 1 (Wednesday 9-12) n Pre-requisites: Calculus and Mathematical Methods, Numerical Mathematics and Computer.
Computational statistics, course introduction Course contents  Monte Carlo Methods  Random number generation  Simulation methodology  Bootstrap  Markov.
Ordinary Differential Equations Final Review Shurong Sun University of Jinan Semester 1,
CISE301_Topic8L1KFUPM1 CISE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM Read , 26-2, 27-1.
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM.
Math-254 Numerical Methods.
Welcome to ME 130 Applied Engineering Analysis Class
MECN 3500 Inter - Bayamon Lecture Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
1.1.2 INTRODUCTION TO SYSTEMS OF LINEAR EQUATIONS Chapter 1: Systems of Linear Equations and Matrices SWBAT: Redefine algebraic operations as Elementary.
Polynomial Chaos For Dynamical Systems Anatoly Zlotnik, Case Western Reserve University Mohamed Jardak, Florida State University.
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 Discrete Mathematics J. H. Wang Sep. 14, 2010.
Introduction to Numerical Analysis I MATH/CMPSC 455 Fall 2011 Instructor: Xiaozhe Hu (Shawn)
Application of Differential Applied Optimization Problems.
Rules of differentiation REVIEW:. The Chain Rule.
CSE 541 Rick Parent ELEMENTARY NUMERICAL METHODS Winter 2012.
CS 390 Introduction to Theoretical Computer Science.
MECN 3500 Inter - Bayamon Lecture 7 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Computational Physics Introduction 3/30/11. Goals  Calculate solutions to physics problems  All physics problems can be formulated mathematically. 
Derivatives In modern structural analysis we calculate response using fairly complex equations. We often need to solve many thousands of simultaneous equations.
CSE 3802 / ECE 3431 Numerical Methods in Scientific Computation
10/18/2013PHY 711 Fall Lecture 221 PHY 711 Classical Mechanics and Mathematical Methods 10-10:50 AM MWF Olin 103 Plan for Lecture 22: Summary of.
To Dream the Impossible Scheme Part 1 Approximating Derivatives on Non-Uniform, Skewed and Random Grid Schemes Part 2 Applying Rectangular Finite Difference.
Monté Carlo Simulation  Understand the concept of Monté Carlo Simulation  Learn how to use Monté Carlo Simulation to make good decisions  Learn how.
Computational Physics course at the University of Delhi Amitabha Mukherjee Department of Physics and Astrophysics and Centre for Science Education and.
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
Introduction to GAMS, Netlib, Numerical Recipes CS 3414.
Dr. Jie Zou PHY Chapter 2 Solution of Nonlinear Equations: Lecture (II)
1 Advanced Finite Difference Methods for Financial Instrument Pricing Core Processes PDE theory in general Applications to financial engineering State.
Numerical and Analytical Solutions of Volterra’s Population Model Malee Alexander Gabriela Rodriguez.
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.
Chapter 21 Exact Differential Equation Chapter 2 Exact Differential Equation.
1 NUMERICAL METHOD. 2 Introduction Definition : The study of approximation techniques for solving mathematical problems, taking into account the extent.
Series Solutions of SOLDEs with Regular Singular Points ECE 6382 Notes are from D. R. Wilton, Dept. of ECE David R. Jackson 1.
Lesson 9-2 Direction (Slope) Fields and Euler’s Method.
1 M 277 (60 h) Mathematics for Computer Sciences Bibliography  Discrete Mathematics and its applications, Kenneth H. Rosen  Numerical Analysis, Richard.
Rules of differentiation REVIEW:. The Chain Rule.
10/15/2015PHY 711 Fall Lecture 221 PHY 711 Classical Mechanics and Mathematical Methods 10-10:50 AM MWF Olin 103 Plan for Lecture 22: Summary of.
Today in Algebra 2 Get a calculator. Go over homework Notes: –Solving Systems of Equations using Elimination Homework.
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.
PHY 711 Classical Mechanics and Mathematical Methods
244-1: INTRODUCTION TO PROGRAMMING
Welcome to Computers in Civil Engineering 53:081 Spring 2003
CHAPTER 3 NUMERICAL METHODS.
FE Exam Tutorial
Math-254 Numerical Methods.
Assoc. Prof. Dr. Peerapol Yuvapoositanon
A Computational Analysis of the Lotka-Volterra Equations Delon Roberts, Dr. Monika Neda Department of Mathematical Sciences, UNLV INTRODUCTION The Lotka-Volterra.
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
Final Examination (S2018) ME 130 Applied Engineering Analysis-01
Applied Differential Equations I
MATH My research interests lie primarily in the area of numerical analysis and scientific computing, …
WELCOME TO MY CLASS NUMERICAL METHOD Name : Masduki
ME 123 Computer Applications I Lecture 25: MATLAB Overview 4/28/03
Recapitulation of Lecture 11
Reading Between the Lines!
EP208 Computational Methods in Physics
Introduction CSE 541.
CISE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM Read , 26-2, 27-1 CISE301_Topic8L1 KFUPM.
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM CISE301_Topic1.
Presentation transcript:

S17: Introduction to Numerical Methods TT 2008 Lecture 1 Numerical aspects of computing

Reasons to study “Solve” problems with no analytic solution “Solve” problems with no analytic solution Non-linear equations Non-linear equations Complex behaviors Complex behaviors Understand these methods Understand these methods Gain familiarity with common algorithms Gain familiarity with common algorithms Computing realities and calculations in principle Computing realities and calculations in principle How they can be improved How they can be improved How they can fail How they can fail Numerical methods shouldn’t be used blindly Numerical methods shouldn’t be used blindly

Course outline Introduction, numerical aspects of computing Introduction, numerical aspects of computing Finding roots of equations Finding roots of equations Curve fitting Curve fitting Matrix algebra Matrix algebra Eigensystems Eigensystems Numerical integration Numerical integration Fourier series Ordinary differential equations Partial differential equations Monte Carlo methods Monte Carlo integration Homework and revision

Lectures Week 1: W Th F 2pm Week 1: W Th F 2pm Week 2: W Th F 2pm Week 2: W Th F 2pm Week 3: no lectures Week 3: no lectures Week 4: Th F 2pm (no Wednesday) Week 4: Th F 2pm (no Wednesday) Week 5: W Th F 2pm Week 5: W Th F 2pm

Resources My main resource: R.L. Burden, J.D. Faires, Numerical Methods, 3 rd ed., Boston: Prindle, Weber & Schmidt, My main resource: R.L. Burden, J.D. Faires, Numerical Methods, 3 rd ed., Boston: Prindle, Weber & Schmidt, More mathematical: S.D. Conte, Carl de Boor, Elementary Numerical Analysis: An Algorithmic Approach, New York: McGraw-Hill, More mathematical: S.D. Conte, Carl de Boor, Elementary Numerical Analysis: An Algorithmic Approach, New York: McGraw-Hill, Koonin and Meredith, Computational Physics Koonin and Meredith, Computational Physics Kalos and Whitlock, Monte Carlo Methods, vol. 1. Kalos and Whitlock, Monte Carlo Methods, vol. 1. Veterling, Numerical Recipes Veterling, Numerical Recipes Devroye, Non-Uniform Random Variate Generation Devroye, Non-Uniform Random Variate Generation teaching.physics.ox.ac.uk/computing/NumericalMethods/nummethods.html teaching.physics.ox.ac.uk/computing/NumericalMethods/nummethods.html teaching.physics.ox.ac.uk/computing/NumericalMethods/nummethods.html teaching.physics.ox.ac.uk/computing/NumericalMethods/nummethods.html Lecture notes from 2005 Lecture notes from 2005 Online courses Online courses Problem sets (will be augmented occasionally) Problem sets (will be augmented occasionally)

Next lecture Thursday 2pm, same location Thursday 2pm, same location Solving non-linear equations Solving non-linear equations