Skip to main content
What types of page to search?

Alternatively use our A-Z index.

Numerical Methods for Applied Mathematics

Code: MATH226

Credits: 15

Semester: Semester 2

Most problems in modern applied mathematics require the use of suitably designed numerical methods. Working exactly, we can often reduce a complicated problem to something more elementary, but this will often lead to integrals that cannot be evaluated using analytical methods or equations that are too complex to be solved by hand. Other problems involve the use of ‘real world’ data, which don’t fit neatly into simple mathematical models. In both cases, we can make further progress using approximate methods. These usually require lengthy iterative processes that are tedious and error prone for humans (even with a calculator), but ideally suited to computers. The first few lectures of this module demonstrate how computer programs can be written to handle calculations of this type automatically. These ideas will be used throughout the module. We then investigate how errors propagate through numerical computations. The focus then shifts to numerical methods for finding roots, approximating integrals and interpolating data. In each case, we will examine the advantages and disadvantages of different approaches, in terms of accuracy and efficiency.