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

Finite Difference Method for 2D Heat Equation

Solving the 2D heat equation using finite differences in Python with NumPy. Example code provided.

G
github.io
tool

2D Heat Equation using Finite Difference Method

Python implementation of the finite difference method for solving the 2D heat equation. Includes visualizations using Matplotlib.

M
mit.edu
research

Numerical Solution of the 2D Heat Equation

Lecture notes on numerical methods for solving partial differential equations, including the finite difference method for the 2D heat equation.

Y
youtube.com
video

Solving the 2D Heat Equation with Finite Differences

Video tutorial on solving the 2D heat equation using the finite difference method in Python. Covers boundary conditions and numerical stability.

S
stanford.edu
research

Finite Difference Methods for Partial Differential Equations

Course notes on finite difference methods for solving partial differential equations, including applications to the 2D heat equation.

S
stackoverflow.com
article

Python Code for 2D Heat Equation using Finite Difference

Example Python code for solving the 2D heat equation using the finite difference method. Answers to common questions and errors.

P
pypi.org
tool

Heat Equation Solver using Finite Differences

Python package for solving the heat equation using finite differences. Includes documentation and example usage.

N
ncar.ucar.edu
research

Numerical Methods for Solving the Heat Equation

Research article on numerical methods for solving the heat equation, including finite difference methods and applications to 2D problems.