Overview
Scientific computing pervades our lives: modern buildings and structures are designed using
it, medical images are reconstructed for doctors using it, the cars and planes we travel on
are designed with it, the pricing of "instruments" in the financial market is done using it,
tomorrows weather is predicted with it.
The derivation and study of the core, underpinning algorithm for this vast range of
applications defines the subject of Numerical Analysis. This course gives an introduction
to that subject.
Through studying the material of this course students should gain an understanding of
numerical methods, their derivation, analysis and applicability. They should be able
to solve certain mathematically posed problems using numerical algorithms.
This course is designed to introduce numerical methods - i.e. techniques which lead to the
(approximate) solution of mathematical problems which are usually implemented on computers.
The course covers derivation of useful methods and analysis of their accuracy and
applicability.
The course begins with a study of methods and errors associated with computation of
functions which are described by data values (interpolation or data fitting). Following
this we turn to numerical methods of linear algebra, which form the basis of a large part
of computational mathematics, science, and engineering. Key ideas here include algorithms
for linear equations, least squares, and eigenvalues built on LU and QR matrix factorizations. The course will also include the simple and computationally convenient approximation of curves: this includes the use of splines to provide a smooth representation of complicated curves, such as arise in computer aided design. Use of such representations leads to approximate methods of integration. Techniques for improving accuracy through extrapolation will also be described.
The course requires elementary knowledge of functions and calculus and of linear algebra.
Although there are no assessed practicals for this course, the classwork will involve a
mix of written work and Matlab programming. No previous knowledge of Matlab is required.
Specifically, like Numerical Solution of Differential Equations, Numerical Analysis has 16
lectures, no practicals, and 7 classes per term. There will be some simple use of Matlab which will be demonstrated both in
lectures and in problem classes.
Learning Outcomes
At the end of the course the student will know how to:
- Find the solution of linear systems of equations.
- Compute eigenvalues and eigenvectors of matrices.
- Approximate functions of one variable by polynomials
and piecewise polynomials (splines).
- Compute good approximations to one-dimensional integrals.
- Increase the accuracy of numerical approximations by
extrapolation.
- Use Matlab to achieve these goals.