|
Numerical Analysis Qualifying Examination
Syllabus
- Computer and linear algebra basics:
computer arithmetic, rounding errors, error propagation,
matrix-vector operations, positive definite matrices.
- Solution of linear systems:
Gaussian elimination, LU factorization,
elementary matrices,
pivoting, Cholesky factorization,
Househoulder transforms, QR factorization.
- Solution of eigenvalue problems for square matrices:
Gershgorin Theorem, diagonal dominant matrices,
power method, inverse power method, reduction to Hessenberg form,
QR method.
- Solution of systems of nonlinear equations:
rate of convergence for iterative methods,
bisection method and secant method for scalar equations,
fixed point method, Newton's method.
- Iterative methods for systems of linear equations
and their convergence: Jacobi method, Gauss-Seidel method,
SOR method, steepest descent method,
conjugate gradient method.
- Polynomial approximation theory:
Bernstein polynomials, Weierstrass Theorem,
existence and uniqueness of best approximations,
alternant set and characterization of best approximations,
Remez method for finding best approximations,
Chebyshev polynomials of the first kind,
best approximation properties for Chebyshev polynomials,
Chebyshev expansions, best L2 approximations,
characterization of best L2 approximations,
Legendre polynomials.
- Polynomial interpolation:
Lagrange interpolation -- Vandermonde method, Lagrange formula,
error formula, Hermite interpolation,
spline interpolation, piecewise Lagrange interpolation.
- Numerical integration:
Newton-Cotes methods, error estimates, Gaussian quadratures,
orthogonal polynomials.
- Numerical ODEs:
general concepts, linear single step methods,
linear multistep methods, stability and convergence
theorems, Runge-Kutta methods.
Examinations
Spring 2007
Fall 2006
Spring 2006
Fall 2005
Fall 2004
Spring 2004
Fall 2003
Spring 2003
Fall 2002
Spring 2002
|
|