Course - Numerical Analysis HT24


Introduces some topics in numerical analysis, which is roughly the study of finding approximate solutions to continuous problems in mathematics. Topics include: solving systems of linear equations, calculating eigenvalues, approximating functions with polynomials, and computing solutions to ODEs.
Why do you need approximate solutions rather than exact ones? There are many reasons, but one particular example comes up in [[Notes - Numerical Analysis HT24, Eigenvalue problems]]U. Computing the eigenvalues of a matrix reduces to finding the roots of the characteristic polynomial. Because of the Abel-Ruffini theorem, there is no way of writing down these roots in simple terms and so you have to use approximate methods to find them.

Notes

Problem Sheets




Related posts