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

Solving the 2D Heat Equation using Finite Difference Method

This article provides a Python code example for solving the 2D heat equation using the finite difference method, utilizing the NumPy library for efficient numerical computations.

G
github.io
tool

Finite Difference Method for 2D Heat Equation

A Python implementation of the finite difference method for solving the 2D heat equation, including a Jupyter Notebook example and explanations of the numerical scheme.

M
mit.edu
research

Numerical Solution of the 2D Heat Equation

This educational resource from MIT provides a detailed explanation of the finite difference method for solving the 2D heat equation, along with sample Python code using the SciPy library.

P
pypi.org
tool

2D Heat Equation Solver using Finite Differences

A Python package available on PyPI that implements a solver for the 2D heat equation using the finite difference method, providing an easy-to-use interface for solving heat transfer problems.

S
stanford.edu
research

Finite Difference Methods for Partial Differential Equations

A course notes page from Stanford University that covers the finite difference method for solving partial differential equations, including the 2D heat equation, with example Python code.

Y
youtube.com
video

Solving the 2D Heat Equation with Finite Differences

A video tutorial that demonstrates how to solve the 2D heat equation using the finite difference method in Python, covering the theoretical background and implementation details.

C
code.io
tool

Heat Equation Solver

An online code editor and IDE that provides a pre-built project for solving the 2D heat equation using the finite difference method in Python, allowing for easy experimentation and modification of the code.

R
readthedocs.io
official

Documentation for 2D Heat Equation Solver

The official documentation for a Python package that solves the 2D heat equation using the finite difference method, providing detailed explanations of the API, example usage, and theoretical background.