Curriculum and Lecture plan

The Chapters of the book by Süli and Mayers specified in the third column of the "Activity table" below are part of the curriculum.

The supplementary materials specified on the fourth column of the "Activity table" below are part of the curriculum.

All problems sets considered in the lectures including those suggested and published in the last column of the table below (supervision of these exercises has been offered in the two weeks after February 16 and in the weeks from April 1st to the end of the course) are part of the curriculum.

All old exams sets are part of the curriculum (those excluded will be specified).

All assignments are part of the curriculum.

Activity

Week Dates Theme Süli and Mayers Extra Material Recommended exercises.
2 08.01 10.01 Introduction to the course, principles of computational mathematics, learning outcome of the course. Floating point numbers, roundoff error, stability of problems and algorithms. Bisection method and Newton method. Note on floating point numbers. Pendulum code exercise 4.7 in SM.
3 15.01 17.01 Convergence of fixed point iterations. Brouwer's Theorem. Contraction mapping Theorem. 1.1-1.2 (theorems 1.4, 1.5,1.6 excluded) 1.3,1.4 (theorem 1.8 included). 4.1 Theorem 4.1. Newton for systems. Note on Newton methods for systems. Also included in note on ODEs chapter 9. Bisection code. Exercise 4 in exam 2017.
4 22.01 24.01 Newton for systems. Solution of systems of linear equations with iterative methods. 2.7 (Theorems 2.4,2.5,2.6 excluded). See iterative methods in ch. 13 of Finite difference schemes and partial differential equations, John C. Strikwerda, SIAM, (second edition). Linear algebra note part 1. Code simple use of autograd, Newton method for systems. Problem 2 c and problem 4 in exam from 2015. Recommended execises.
5 29.01 31.01 Least squares, condition numbers stability of linear systems, SVD 2.7, 2.9 (2.8 is not part of the curriculum).
6 05.02 07.02 Computing SVD. Householder transformations, computing QR. Gaussian Elimination with pivoting. 2, 5.5 Linear algebra note part 2. Computing QR and SVD, exercises
7 12.02 14.02 Polynomial interpolation. Supervision of the first assignment. 6.1, 6.2,6.2,6.3. Exercises on Interpolation.
8 Polynomial interpolation. 6.4, 8.1 to 8.5 Lecture summary - Interpolation Divided differences-Hermite interpolation
9 26.02 28.02 Numerical integration and differentiation. 6.5,7.1,7.2,7.3,7.4. Exercises on quadrature.
10 04.03 06.03 Numerical Integration (Euler-MacLaurin, extrapolation, Romberg quadrature, Adaptive quadrature). 7.5,7.6,7.7. See also Note on ODEs chapter 9. Lecture summary-Euler MacLaurin and Romberg
11 11.03 13.03 Initial value problems for ODEs Note on ODEs. Chapters 1-6 except 4.2 and 5, and 6.5. Lecture summary-ODEs. Convergence of one-step methodsProblem 7, exam June 2016. Problem 6 exsam 2015. Problem 6 exsam 2014. Problem 6 retake exam 2013. Problem 6 exsam 2013. Problem 2, exam 2012. Problem 2, exam 2011.
12 18.03 20.03 Initial value problems for ODEs Note on ODEs. Chapters 1-6 except 4.2 and 5, and 6.5.
13 25.03 27.03 Finalising, assignments.
14 01.04 03.04 Definition of finite differences approximations of the first and second derivatives. Boundary value problems Note on BVPs Ch 2 (section 2.3 excluded)
15-16 06.04 19.04 Easter. Note on BVPs Ch 2 (section 2.3 excluded)
17 22.04 24.04 Boundary value problems. Questions and answers.

Formulae, concepts and definitions you need to remember

This is a non exhaustive tentative list of formulae and definitions you are encourage to remember for the exam. This list will be updated during the semester.

  • Definition of contraction
  • Lipscitz condition for functions
  • Definition of convergence of order p and quadratic convergence
  • Newton method for scalar equations and for systems
  • Fixed point equation and fixed point iteration
  • Contractions and convergence of fixed point iteration.
  • Definition of spectral radius of a matrix
  • Definition of eigenvalues and eigenvectors
  • Definition of condition number
  • Definition of 1- 2- and infinity-norm for vectors, matrices, and functions of one variable
  • Cauchy-Schwartz inequality.
  • Symmetric matrices
  • Symmetric and positive definite matrix
  • LU factorisation, pivoting
  • QR factorisation and how to use Householder transformations to obtain the QR factorisation (see problems lecture 4 ).
  • Gauss-Seidel Jacobi and SOR iterative methods and conditions for their convergence
  • Lagrange interpolation polynomial
  • Error formula for the interpolation polynomial
  • Newton form of the interpolation polynomial and divided differences
  • Newton-Cotes quadrature formulae.
  • Chebishev polynomials (definition and basic properties)
  • Forward Euler method, Backward Euler method for ODEs
  • Need to know how to apply a Runge-Kutta method to an ODE, when you are given the parameters of the Runge-Kutta method (Butcher tableau).
  • Consistency of one-step methods.
  • Need to know how to apply a linear multistep method to an ODE when you are given the parameters of the linear multi-step method.
  • Zero-stability and consistency for linear multistep methods.
  • Familiarity with finite difference formulae, forward differences, backward differences and central differences.
  • Stability and consistency for finite differences approximations of boundary value problems.
  • How to prove convergence of a consistent and stable finite difference discretisation of a boundary value problem.
2022-01-10, yuyas