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.

M
math.umd.edu
edu

Finite Difference Methods for Solving the Heat Equation

This educational resource from the University of Maryland provides a detailed introduction to finite difference methods for solving the heat equation, including 2D numerical solutions.

G
github.com
tool

2D Heat Equation Solver using Finite Difference Method

This open-source repository on GitHub provides a Python implementation of the finite difference method for solving the 2D heat equation, including example usage and documentation.

R
researchgate.net
research

Numerical Solution of the 2D Heat Equation using Finite Differences

This research paper presents a numerical solution of the 2D heat equation using the finite difference method, including a comparison of different numerical schemes and their accuracy.

N
numpy.org
official

Finite Difference Method for 2D Heat Equation

This official NumPy documentation provides an example of using the finite difference method to solve the 2D heat equation, including code examples and explanations.

Y
youtube.com
video

Solving the 2D Heat Equation with Finite Differences in Python

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

S
siam.org
article

Finite Difference Methods for Partial Differential Equations

This book chapter from the Society for Industrial and Applied Mathematics (SIAM) provides an introduction to finite difference methods for solving partial differential equations, including the 2D heat equation.

A
arxiv.org
research

Numerical Solution of 2D Heat Equation using Finite Difference Method

This preprint on arXiv presents a numerical solution of the 2D heat equation using the finite difference method, including a discussion of the numerical scheme and its application to real-world problems.