Next: Sample questions
Up: Numerical Methods Qualifying Examination
Previous: Numerical Methods Qualifying Examination
- Numerical Computation
- General error analysis: problems vs. algorithms, data
vs. computational error, error propagation, condition of a
problem, stability of an algorithm, cancellation, ill-posed problems.
- Finite-precision computation: floating-point numbers, rounding
rules, floating-point arithmetic.
- Operation counts.
- Direct Methods for Dense Systems
- Linear spaces including geometric interpretation: subspaces,
linear independence, span, dimension, rank, basis, range space, null
space, determinants, Cramer's rule.
- Gaussian elimination, proof that it computes an LU
factorization, existence and uniqueness of an LU factorization,
partitioned matrices.
- Normed linear spaces including geometric interpretation: unit
ball, vector and matrix norms, Frobenius norm, condition number
of a matrix.
- Growth factor, diagonally dominant and positive definete
matrices, partial pivoting, residual vs. error.
- Least Squares Problems
- Inner product spaces including geometric interpretation.
- Linear least squares including geometric interpretation:
normal equations, orthogonal projection.
- Orthogonal matrices, Householder reflections and Givens
rotations, incl. geometric interpretation: use of Householder
reflections for a QR factorization; derivation of the solution
given a QR factorization.
- Gram-Schmidt orthogonalization (classical and modified).
- Singular Value Decomposition (SVD).
- Eigenvalue problems
- Eigenvalues: similarity transformation, Gershgorin discs.
- Power method, inverse iteration, rate of convergence.
- Reduction to Hessenberg form via Householder reflections,
special case of a symmetric matrix.
- Shifted QR iteration (single real or imaginary shift), special
case of a Hessenberg and a symmetric tridiagonal matrix.
- Jacobi iteration.
- Iterative Methods
- Stationary methods: point Jacobi, Gauss-Seidel, and
successive overrelaxation (SOR), spectral radius and convergence,
strictly diagonal and s.p.d. matrices.
- Gradient methods for s.p.d. systems: steepest descent,
convergence, finite convergence property of conjugate gradient method.
- Approximation of functions
- Polynomial interpolation: Hermite interpolation, Taylor
expansion, remainder term as a divided difference, mean value
theorem, Runge phenomenon for high order interpolation, Lagrange and
Newton form, divided differences and their relationship to
derivatives.
- Spline functions: natural cubic spline interpolation.
- Initial Value Problems in ODE
- Euler and backward Euler discretization: nonstiff and
stiff problems, truncation error, local and global error, error
propagation.
- Taylor and Runge-Kutta methods.
- Stability analysis: test problem
;
solution of difference equations.
- Boundary Value Problems for a Second Order ODE
- Shooting method.
- Collocation.
- Finite differences; order of accuracy.
- Solution of Nonlinear Equations
- Single equation: bisection, secant, Newton-Raphson, order
of convergence, multiple roots, hybrid methods with guaranteed
convergence.
- Systems of equations: Newton's method.
- Elliptic Partial Differential Equations
- Laplace and Poisson equation, essential and natural
boundary conditions, trial and test functions, integration by
parts.
- Linear and quadratic finite elements: stiffness matrix,
load vectors,
shape functions, basis functions, assembly from element matrices and
element load vectors.
- Finite difference methods: 5-point start
- Solution of discrete elliptic equations: Direct methods:
band and sparse solvers, re-ordering; nested
dissection.
- Time dependent Partial Differential Equations
- Parabolic PDE: Heat equation in 1 and 2 space dimensions.
- Hyperbolic PDE: wave equation in 1 and 2 space dimensions.
- von Neumann stability analysis; Courant-Fredrichs-Lewy
(CFL) condition
Next: Sample questions
Up: Numerical Methods Qualifying Examination
Previous: Numerical Methods Qualifying Examination
Jesus Izaguirre
2001-03-28