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

Solving the 2D Heat Equation using Finite Difference Method

This example demonstrates how to solve the 2D heat equation using the finite difference method in Python with NumPy.

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.

M
math.umd.edu
article

Numerical Solution of the 2D Heat Equation

This article discusses the numerical solution of the 2D heat equation using the finite difference method, with example Python code and MATLAB comparisons.

P
pypi.org
tool

2D Heat Equation Solver using Finite Differences

A Python package providing a solver for the 2D heat equation using the finite difference method, with example usage and documentation.

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 code examples.

Y
youtube.com
video

Solving 2D Heat Equation with Finite Differences

Video tutorial on solving the 2D heat equation using the finite difference method in Python, covering theory and implementation.

C
code.io
tool

Heat Equation Solver

An online tool for solving the 2D heat equation using the finite difference method, with customizable parameters and visualization.

N
nasa.gov
research

Numerical Methods for Solving Partial Differential Equations

Technical report on numerical methods for solving partial differential equations, including the finite difference method for the 2D heat equation, with example Python code.