Solving 2D Heat Equation…
Before we do the Python code, let’s talk about the heat equation and finite-difference method. Heat equation is basically a partial differential equation, it is If we want to solve it in 2D (Cartesian), we can write the heat equation above like this: where u is the quantity that we want to know, t is…
Continua a leggere →