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

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

This article presents a Python implementation of the finite difference method to solve the 2D heat equation with boundary conditions.

M
math.umd.edu
edu

Finite Difference Method for 2D Heat Equation

University of Maryland's math department provides a detailed explanation of the finite difference method for solving the 2D heat equation, including Python code examples.

G
github.com
tool

2D Heat Equation Solver using Finite Difference Method

An open-source Python repository on GitHub that implements the finite difference method to solve the 2D heat equation with various boundary conditions.

R
researchgate.net
research

Numerical Solution of the 2D Heat Equation using Finite Differences

A research paper on ResearchGate that discusses the numerical solution of the 2D heat equation using the finite difference method, including a Python implementation.

N
npTEL.ac.in
video

Finite Difference Methods for Partial Differential Equations

A video lecture series by NPTEL that covers finite difference methods for partial differential equations, including the 2D heat equation, with Python code examples.

C
codeproject.com
tool

Python Code for 2D Heat Equation using Finite Difference Method

A code project that provides a Python implementation of the finite difference method for solving the 2D heat equation with boundary conditions.

S
scicomp.stackexchange.com
article

Solving the 2D Heat Equation with Finite Differences

A Q&A forum discussion on SciComp Stack Exchange that provides guidance on solving the 2D heat equation using the finite difference method in Python.

P
pytorch.org
official

Finite Difference Method for 2D Heat Equation with Boundary Conditions

An official PyTorch tutorial that demonstrates how to use the finite difference method to solve the 2D heat equation with boundary conditions using PyTorch.