8 results · AI-generated index
G
github.io
tool

2D Heat Equation using Finite Difference Method

This Python code implements the 2D heat equation using the finite difference method, providing a clear explanation of the mathematical formulation and numerical implementation.

M
math.umd.edu
research

Finite Difference Methods for the 2D Heat Equation

This academic article discusses the application of finite difference methods to solve the 2D heat equation, including a detailed explanation of the numerical scheme and its implementation in Python.

R
realpython.com
article

Solving the 2D Heat Equation with Python

This tutorial provides a step-by-step guide to solving the 2D heat equation using the finite difference method in Python, covering topics such as boundary conditions and numerical stability.

P
pypi.org
tool

Heat Equation Solver using Finite Difference Method

This Python package provides a simple and efficient way to solve the 2D heat equation using the finite difference method, including support for various boundary conditions and numerical schemes.

N
nasa.gov
official

Numerical Solution of the 2D Heat Equation

This technical report discusses the application of finite difference methods to solve the 2D heat equation in the context of heat transfer problems, including a detailed explanation of the numerical implementation in Python.

C
coursera.org
video

Finite Difference Method for the 2D Heat Equation

This online course covers the basics of finite difference methods for solving partial differential equations, including the 2D heat equation, with a focus on numerical implementation in Python.

E
edX.org
video

2D Heat Equation: Finite Difference Method

This online course provides an introduction to the finite difference method for solving the 2D heat equation, including a detailed explanation of the mathematical formulation and numerical implementation in Python.

S
stackoverflow.com
article

Python Code for 2D Heat Equation using Finite Difference Method

This Q&A thread provides a clear explanation of how to implement the finite difference method for the 2D heat equation in Python, including example code and discussions on numerical stability and boundary conditions.