2.3k likes | 6.92k Views
Introduction to Numerical Analysis I. Fall 2011. Instructor: Xiaozhe Hu (Shawn). MATH/CMPSC 455. What is Numerical Analysis?. “It is the study of algorithms that use numerical approximation for the problem of mathematical analysis” ---- Wikipedia. s tudy of algorithms:
E N D
Introduction to Numerical Analysis I Fall 2011 Instructor: Xiaozhe Hu (Shawn) MATH/CMPSC 455
What is Numerical Analysis? “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 Example: Algorithm: This is known as the “Babylonian method”, which is about 3600~3800 years old (1800-1600 BC). Question: Why this algorithm works?
Field of Numerical 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
Course Brief Description 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.
Tentative Outline • Fundamentals (Chapter 0) • Introduction • Evaluating a Polynomial • Binary Numbers (0,1) • Floating Point Representation • Loss of Significance
Tentative Outline • Solving Equations (Chapter 1) • Bisection Method • Fix Point Iteration • Newton's Method • Secant Method
Tentative Outline • System of Equations (Chapter 2) • Gaussian Elimination • LU Factorization • Linear Iterative Methods • Conjugate Gradient Method • System of Nonlinear Equations
Tentative Outline • Interpolation (Chapter 3) • Lagrange Interpolation • Cubic Splines • Bezier Curves
Tentative Outline • Numerical Integration (Chapter 5) • Newton-Cotes Formulas • Romberg Integration • Adaptive Quadrature • Gaussian Quadrature
Course Text: Numerical Analysis, Timothy Sauer, Addison Wesley Office Hours: Tuesday & Thursday 1:30 – 2:30 pm, or by appointment • Grading Policy: • Homework & Computer assignments (50%) • Midterm exam (20%) • Final Exam (30%)