Finite Difference Method for 2D Heat Equation
Python code implementation of the finite difference method to solve the 2D heat equation, including boundary conditions and visualization using matplotlib.
Python code implementation of the finite difference method to solve the 2D heat equation, including boundary conditions and visualization using matplotlib.
Tutorial on using NumPy to solve the 2D heat equation with finite differences, covering topics such as grid generation and time-stepping.
Lecture notes from Stanford University's course on finite difference methods, including applications to the 2D heat equation and other PDEs.
Python package for solving the 2D heat equation using the finite difference method, available for installation via pip.
Course materials from MIT's numerical analysis course, including a section on solving the 2D heat equation using finite differences.
Journal article discussing the application of the finite difference method to solve various partial differential equations, including the 2D heat equation.
Video tutorial demonstrating how to implement the finite difference method in Python to solve the 2D heat equation, with accompanying code and explanations.
Official software package from the National Center for Atmospheric Research (NCAR) for solving the heat equation and other related problems using finite differences.