1 / 12

Introduction to Numerical Analysis I

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:

soo
Download Presentation

Introduction to Numerical Analysis I

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to Numerical Analysis I Fall 2011 Instructor: Xiaozhe Hu (Shawn) MATH/CMPSC 455

  2. 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.

  3. 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?

  4. 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

  5. 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.

  6. Tentative Outline • Fundamentals (Chapter 0) • Introduction • Evaluating a Polynomial • Binary Numbers (0,1) • Floating Point Representation • Loss of Significance

  7. Tentative Outline • Solving Equations (Chapter 1) • Bisection Method • Fix Point Iteration • Newton's Method • Secant Method

  8. Tentative Outline

  9. Tentative Outline • System of Equations (Chapter 2) • Gaussian Elimination • LU Factorization • Linear Iterative Methods • Conjugate Gradient Method • System of Nonlinear Equations

  10. Tentative Outline • Interpolation (Chapter 3) • Lagrange Interpolation • Cubic Splines • Bezier Curves

  11. Tentative Outline • Numerical Integration (Chapter 5) • Newton-Cotes Formulas • Romberg Integration • Adaptive Quadrature • Gaussian Quadrature

  12. 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%)

More Related