8 results · AI-generated index
T
towardsdatascience.com
article

Solving the 2D Heat Equation using Finite Difference Method in Python

This article provides a step-by-step guide to implementing the finite difference method for solving the 2D heat equation in Python, including code examples and visualizations.

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 detailed explanation of the numerical scheme and example use cases.

M
math.umd.edu
research

Numerical Solution of the 2D Heat Equation using Finite Differences

A research paper discussing the application of finite difference methods for solving the 2D heat equation, with a focus on numerical stability and convergence analysis.

P
pypi.org
tool

2D Heat Equation Solver using Finite Difference Method

A Python package providing a simple and efficient implementation of the finite difference method for solving the 2D heat equation, with documentation and example usage.

S
stanford.edu
official

Finite Difference Methods for Partial Differential Equations

A course lecture note on finite difference methods for solving partial differential equations, including the 2D heat equation, with a focus on theoretical foundations and numerical implementation.

Y
youtube.com
video

Solving the 2D Heat Equation with Finite Differences in Python

A video tutorial demonstrating how to implement the finite difference method for solving the 2D heat equation in Python, with a focus on practical implementation and visualization.

G
gitlab.com
tool

Heat Equation Solver using Finite Difference Method

An open-source Python project providing a finite difference method implementation for solving the 2D heat equation, with a focus on code readability and community contributions.

N
nasa.gov
official

Finite Difference Methods for Heat Transfer Problems

A technical report discussing the application of finite difference methods for solving heat transfer problems, including the 2D heat equation, with a focus on numerical accuracy and computational efficiency.