Analysis and application of numerical methods for solving large systems of linear equations, which often represent the bottleneck when computing solutions to equations arising in fluid mechanics, ...
General aspects of polynomial interpolation theory. Formulations in different basis, e.g. Lagrange, Newton etc. and their approximation and computational properties ...
These pages provide a showcase of how to use Python to do computations from linear algebra. We will demonstrate both the NumPy (SciPy) and SymPy packages. This is meant to be a companion guide to a ...
Tikhonov regularisation addresses the inherent instability of linear systems in which small perturbations of the input can lead to large variations in the solution. Such ill-posed problems commonly ...