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

Finite Difference Method for 2D Heat Equation

Solve the 2D heat equation using finite differences and NumPy. This example demonstrates how to discretize the heat equation in 2D and solve it using the finite difference method.

G
github.io
tool

2D Heat Equation Solver using Finite Differences

Python code for solving the 2D heat equation using the finite difference method. This repository includes a fully executable code example and explanations of the underlying mathematics.

S
stanford.edu
research

Finite Difference Methods for Partial Differential Equations

Lecture notes on finite difference methods for solving partial differential equations, including the heat equation in 2D. This resource provides a comprehensive introduction to the topic.

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. This video covers the theoretical background and provides a step-by-step implementation.

P
pypi.org
tool

Heat Equation Solver

Python package for solving the heat equation in 1D and 2D using finite differences. This package provides a simple and efficient way to solve the heat equation.

H
hindawi.com
research

Finite Difference Method for Solving the 2D Heat Equation

Research article on the application of the finite difference method for solving the 2D heat equation. This article discusses the numerical implementation and provides example results.

M
mathworks.com
official

2D Heat Equation

Example code in MATLAB for solving the 2D heat equation using the finite difference method. This example demonstrates how to solve the heat equation using a commercial software package.

N
ncsu.edu
article

Numerical Solution of the 2D Heat Equation

Course notes on numerical methods for solving partial differential equations, including the 2D heat equation. This resource provides a detailed introduction to the finite difference method and its application.