Numerical Analysis - 00.intorduction - Note
Numerical Analysis - 00.intorduction - Note
INTRODUCTION
Lecturer
Jung Han Kim
Office: 401-608
Tel: 051-510-2352
E-mail: jhankim@pusan.ac.kr
2 Numerical Analysis
Syllabus
Text Book
Steven C. Chapra and Raymond P. Canale, “Numerical Methods for Engineers,” 8th
Edition, McGraw-Hill.
영문교재는 선택 임, 국문교재로 학습 해도 됨, 단 시험문제는 영문으로 제출됨
Course Objectives
Understanding the basic concept of numerical analysis
Study of algorithms that use numerical approximation for the problems of
mathematical analysis
Training a numerical skills with the Excel or a computer coding
Evaluation
Homework: 20%
Mid-term Exam: 35%
Final Exam: 35%
Attendance: 10% (more than 1/3 abssence of the term Grade ‘F’)
Grade (approximately)
A+, A: ~ 35% (35%)
B+, B: ~ 75% (40%)
C+ ~ : ~ 100% (25%)
3 Numerical Analysis
Schedule
Week Topic Remark
12 Least-Squares Regression
16 Final Examination
Common Perspectives
When presented with a problem that cannot be solved directly, they try
to replace it with a “nearby problem” that can be solved more easily.
There is a fundamental concern with error, its size, and its analytic form.
Numerical analysts are concerned with stability.
Numerical analysts are very interested in the effects of using finite
precision computer arithmetic.
Numerical analysts are generally interested in measuring the efficiency
of an algorithm.
5 Numerical Analysis
Numerical Methods for Engineers
Part 1 Modeling, Computers, and Error Analysis
Chapter 1 Mathematical Modeling and Engineering Problem Solving
Chapter 2 Programming and Software
Chapter 3 Approximations and Round-Off Errors
Chapter 4 Truncation Errors and the Taylor Series
Part 4 Optimization
Chapter 13 One-Dimensional Unconstrained Optimization
Chapter 14 Multidimensional Unconstrained Optimization
Chapter 15 Constrained Optimization
Chapter 16 Case Studies: Optimization
6 Numerical Analysis
Numerical Methods for Engineers
Part 5 Curve Fitting
Chapter 17 Least-Squares Regression
Chapter 18 Interpolation
Chapter 19 Fourier Approximation
Chapter 20 Case Studies: Curve Fitting
7 Numerical Analysis
Numerical Analysis
8 Numerical Analysis