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 and explanations.

G
github.io
tool

2D Heat Equation Solver using Finite Difference Method

Python implementation of the finite difference method for solving the 2D heat equation. Includes example usage and visualizations.

S
stanford.edu
research

Numerical Solution of the 2D Heat Equation

Lecture notes on the finite difference method for solving the 2D heat equation, including Python code examples and theoretical background.

Y
youtube.com
video

Solving the 2D Heat Equation with Finite Differences

Video tutorial on using the finite difference method to solve the 2D heat equation in Python, including explanations and example code.

M
mit.edu
research

Finite Difference Methods for Partial Differential Equations

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

S
stackoverflow.com
article

Python Code for 2D Heat Equation using Finite Difference Method

Example Python code for solving the 2D heat equation using the finite difference method, with explanations and discussions.

S
sciencedirect.com
research

Numerical Methods for Solving the 2D Heat Equation

Journal article on numerical methods for solving the 2D heat equation, including the finite difference method, with examples and comparisons.

P
pypi.org
official

2D Heat Equation Solver

Python package for solving the 2D heat equation using the finite difference method, with documentation and example usage.