Exponential integrators represent an innovative class of numerical methods designed to address the challenges posed by stiff differential equations. By incorporating the matrix exponential to treat ...
This repository contains a university-level project focused on the numerical resolution of Partial Differential Equations (PDEs). It explores different mathematical models (transport, diffusion, heat ...
Parabolic partial differential equations (PDEs) are fundamental in modelling a wide range of diffusion processes in physics, finance and engineering. The numerical approximation of these equations ...
Abstract: Vector analysis is a mathematical concept powerful enough to represent various theories, notions, and concepts under engineering and physics. This project focuses on specific operations in ...
A mathematician has developed new methods for the numerical solution of ordinary differential equations. These so-called multirate methods are highly efficient for large systems, where some components ...
Abstract: Analytically solving complex or large-scale differential equations is often difficult or even impossible, making numerical integration methods indispensable. However, as all numerical ...
Partial differential equations (PDE) describe the behavior of fluids, structures, heat transfer, wave propagation, and other physical phenomena of scientific and engineering interest. This course ...
This project demonstrates the implementation and comparison of various numerical methods for solving systems of linear equations in Python. It focuses on both iterative and direct methods, analyzes ...