Introduction to Numerical Analysis I
AMSC 466, Fall 2018
Course Information
Course Description
DIRECT METHODS for Solving Systems of Linear Equations
- Introduction: Cramer's rule; triangular and unitary systems
- Gauss elimination: multipliers, operation count
- LU decompositions: symmetric, positive definite, banded, Hessenberg,...
- Pivoting
Lecture notes: Gaussian elimination and LU decompositions [ pdf file ]
- Backward error analysis: ill-conditioning, condition number, backward error estimates
Lecture notes: Backward error analysis [ pdf file ]
Assignment #1 [ pdf file ] ... with answers [ pdf file]
- QR decompositions: householder reflections, stability, least-squares
- Additional topics(*): Sherman-Woodbury formula, block decomposition,
circulant natrices, conjugate gradient, ...
Lecture notes: Orthognalization and QR decompositions [ pdf file ]
Lecture notes: Beyond LU and QR -- other methods for
solving linear systems [ pdf file ]
Assignment #2 [ pdf file ] ... with answers [ pdf file]
INTERPOLATION
- Interpolation I. Lagrange and Newton interpolants
- Error estimates: Runge effect, region of analyticity, Lebegue constant
Lecture notes: Algebraic interpolation. Lagrange and Newton forms
[ pdf file ]
Lecture notes: Interpolation Error
[ pdf file ]
(and additonal reading on Jackson theorem(*) [ pdf file ])
Assignment #3 [ pdf file ]
... with answers [ pdf file]
- Interpolation II. Interpolation with derivatives
- Hermite interpolation
- piecewise interpolation: Splines
Lecture notes: Interpolation with derivatives: Hermite and splines
[ pdf file ]
(and related lecture notes on 'Splines in Industry' by T. Sauer)
Polynomial vs. spline interpolation
- Interplolation III. Equi-spaced points
- Difference operators; Divided differences
- Synthetic calculus
- Forward backward and centered formulae
Lecture notes: Interpolation with equi-spaced points. Synthetic calculus of difference opeartors [ pdf file ]
Assignment #4 [ pdf file ] with answers:
[ pdf file ]
MID-TERM
[ pdf file ]
... and its answers:
[ pdf file ]
- Interplolation IV. Chebyshev points
- Chebyshev polynomials: min-max property and optimaility
- Trigonometric interpolation
Lecture notes: Trigonometric interpolation
[ pdf file ]
Additional reading:
• M. J. D. Powell, On the Lebesgue constant for Chebyshev nodes
[ pdf file ]
• The sin(x) subroutine in MATLAB
[ pdf file ]
NUMERICAL DIFFERETIATION; NUMERICAL INTEGRATION
-
Numerical differentiation
- Polynomial and spline interpolants: local stencials; error estimates
- Equi-spaced points: synthetic calculus; compact stencils; Richardson extrapolation
Lecture notes: Numerical differenetiation
[ pdf file]
Assignment #5 [ pdf file ]
... with answers [ pdf file]
-
Gauss Quadrature rule
-
Numerical integration with equi-spaced points
- Newton-Cotes formulae
- Composite Simpson's rule
- Romberg & adaptive integration
Assignment #6 [ pdf file ]
... with answers [ pdf file]
Lecture notes: Numerical integration: Gauss, Newton-Cotes, and related quadrature
[ pdf file ]
Lecture notes: Numerical integration and Euler-Macluarin formula
[ pdf file]
Review of Q&A #7 [ pdf file ]
ITERATIVE METHODS for Solution of Nonlinear Equations
- The bisection method
- Newton's Method
- local vs. global convergence, multiple roots
- Extensions: the secant method, Steffensen's method...,
- High-order extensions
Assignment #8 [ pdf file ]
- Systems of equations
- Fixed point iterations
- Accelerations: Aitken's process, Steffenssen's method
Leonhard Euler [ pdf file ] (by W. Gautschi)
References
Recommended reference book (available on UMd bookstore): E. Suli and D. Mayers, An INTRODUCTION TO NUMERICAL ANALYSIS, Cambridge Univ. Press, 2013
GENERAL TEXTBOOKS
K. Atkinson, An INTRODUCTION to NUMERICAL ANALYSIS, Wiley, 1987
S. Conte & C. deBoor, ELEMENTARY NUMERICAL ANALYSIS, McGraw-Hill
User friendly; Shows how 'it' works; Proofs, exercises and notes
G. Dahlquist & A. Bjorck, NUMERICAL METHODS, Prentice-Hall,
User friendly; Shows how 'it' works; Exercises
E. Isaacson & H. Keller, ANALYSIS of NUMERICAL METHODS, Wiley
The 'First'; Proofs; out-dated in certain aspects; Encrypted
message in Preface
A. Ralston & P. Rabinowitz, FIRST COURSE in
NUMERICAL ANALYSIS, 2nd ed., McGraw-hill,
Detailed; Scholarly written; Comprehensive; Proofs exercises and notes
J. Stoer & R. Bulrisch, INTRODUCTION TO NUMERICAL ANALYSIS, 2nd ed., Springer
detailed account on approximation, linear solvers & eigen-solvers,
ODE solvers,..
B. Wendroff, THEORETICAL NUMERICAL ANALYSIS, Academic Press, 1966
Only the 'Proofs'; elegant presentation
APPROXIMATION THEORY
E. W. Cheney, INTRODUCTION TO APPROXIMATION THEORY
Classical
P. Davis, INTERPOLATION & APPROXIMATION, Dover
Very readable
T. Rivlin, AN INTRODUCTION to the APPROXIMATION of FUNCTIONS
Classical
R. DeVore & G. Lorentz, CONSTRUCTIVE APPROXIMATION, Springer
A detailed account from classical theory to the modern theory; everything; Proofs exercises and notes
NUMERICAL INTEGRATION
F. Davis & P. Rabinowitz, NUMERICAL INTEGRATION,
Everything...
Eitan Tadmor
|
|