The linear PDE given by: $$\begin{cases} u_t - k\Delta u = 0 \\ u(x,0) = u_0(x) \text{ (the noisy image) } \end{cases}$$ This solution can be also done discretizing ...
The project aims to solve parabolic PDEs, namely the diffusion and Schrodinger equations in 1d and 2d. This file is instructions to the basic usage of the code. Most classes and functions used, have a ...