8 results · AI-generated index
G
github.io
tool

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.

N
numpy.org
article

Solving the 2D Heat Equation using Finite Differences

Tutorial on using NumPy to solve the 2D heat equation with finite differences, covering topics such as grid generation and time-stepping.

S
stanford.edu
research

Finite Difference Methods for Partial Differential Equations

Lecture notes from Stanford University's course on finite difference methods, including applications to the 2D heat equation and other PDEs.

P
pypi.org
tool

2D Heat Equation Solver using Finite Difference Method

Python package for solving the 2D heat equation using the finite difference method, available for installation via pip.

M
mit.edu
research

Numerical Solution of the 2D Heat Equation

Course materials from MIT's numerical analysis course, including a section on solving the 2D heat equation using finite differences.

S
sciencedirect.com
article

Finite Difference Method for Solving PDEs

Journal article discussing the application of the finite difference method to solve various partial differential equations, including the 2D heat equation.

Y
youtube.com
video

Python Code for 2D Heat Equation using Finite Difference

Video tutorial demonstrating how to implement the finite difference method in Python to solve the 2D heat equation, with accompanying code and explanations.

N
ncar.ucar.edu
official

Heat Equation Solver

Official software package from the National Center for Atmospheric Research (NCAR) for solving the heat equation and other related problems using finite differences.