8 results · AI-generated index
N
numpy.org
article

Finite Difference Method for 2D Heat Equation

Implementation of the finite difference method for solving the 2D heat equation using NumPy and Python. Includes example code and explanations.

G
github.io
tool

Solving the 2D Heat Equation using Finite Differences

A Python implementation of the finite difference method for the 2D heat equation, including boundary conditions and visualization using Matplotlib.

S
stanford.edu
research

Finite Difference Methods for Partial Differential Equations

Lecture notes on finite difference methods for solving partial differential equations, including the 2D heat equation, with Python examples and exercises.

P
pypi.org
tool

2D Heat Equation Solver using Finite Differences

A Python package for solving the 2D heat equation using the finite difference method, with support for various boundary conditions and grid sizes.

M
mit.edu
research

Numerical Solution of the 2D Heat Equation

Course notes on numerical methods for solving the 2D heat equation, including the finite difference method, with Python implementations and examples.

R
researchgate.net
research

Finite Difference Method for 2D Heat Transfer

A research paper on the application of the finite difference method for solving the 2D heat transfer equation, with a Python implementation and results.

Y
youtube.com
video

Python Implementation of the 2D Heat Equation using Finite Differences

A video tutorial on implementing the finite difference method for the 2D heat equation in Python, with explanations and example code.

N
ncar.ucar.edu
official

Heat Equation Solver

An official Python package from the National Center for Atmospheric Research for solving the heat equation using finite differences, with support for 2D and 3D problems.