# Bridging Theory and Computation: Exploring the Realm of Numerical Methods for PDEs

> This section explores various Numerical Methods for solving Partial Differential Equations (PDEs), covering Finite Differences and Finite Elements for elliptic problems, time-dependent approaches for parabolic problems and wave equations, and essential concepts like discretization error, mass/stiffness matrices, and efficient solution techniques.

[Cloud computing empowers the efficient and scalable solution of diverse Partial Differential Equations (PDEs)](https://viadean.notion.site/Bridging-Theory-and-Computation-Exploring-the-Realm-of-Numerical-Methods-for-PDEs-1f21ae7b9a328028bc7ff74b07b23dcb?source=copy_link), ranging from elliptic problems solved with Finite Difference and Finite Element Methods to analyzing the time-dependent behavior of parabolic problems like the 2D heat equation.

### :clapper:Animated result

{% embed url="<https://youtu.be/Pw773W3zTTY>" %}
The finite difference method for solving a 2D elliptic problem
{% endembed %}

{% embed url="<https://youtu.be/84mT2vLGxho>" %}
Finite Element Method (FEM) for the 1D Poisson equation
{% endembed %}

{% embed url="<https://www.youtube.com/watch?v=wcrbDDCj-nQ>" %}
The behavior of parabolic problems
{% endembed %}

{% embed url="<https://youtu.be/02nEyVj2cCs>" %}
The 2D heat equation with Dirichlet boundary conditions and a Gaussian initial condition
{% endembed %}
