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

Finite Difference Method for 2D Heat Equation

The finite difference method is a numerical method for solving partial differential equations, such as the 2D heat equation. This example demonstrates how to use NumPy to implement the finite difference method in Python.

G
github.io
tool

Solving the 2D Heat Equation using Finite Differences

This GitHub repository provides a Python implementation of the finite difference method for solving the 2D heat equation. The code includes a detailed explanation of the numerical method and example use cases.

S
stanford.edu
article

Finite Difference Methods for Partial Differential Equations

This course notes from Stanford University provide an introduction to finite difference methods for solving partial differential equations, including the 2D heat equation. The notes include Python code examples and exercises.

Y
youtube.com
video

2D Heat Equation Solver using Finite Differences

This video tutorial demonstrates how to solve the 2D heat equation using the finite difference method in Python. The video includes a step-by-step explanation of the numerical method and example code.

H
hindawi.com
research

Numerical Solution of the 2D Heat Equation using Finite Differences

This research article published in a Hindawi journal presents a numerical solution of the 2D heat equation using the finite difference method. The article includes a detailed analysis of the numerical method and example results.

T
towardsdatascience.com
article

Finite Difference Method for 2D Heat Equation in Python

This article on Towards Data Science provides a step-by-step guide to implementing the finite difference method for solving the 2D heat equation in Python. The article includes example code and visualizations.

P
pypi.org
tool

Heat Equation Solver

This Python package on PyPI provides a simple implementation of the finite difference method for solving the 2D heat equation. The package includes example code and documentation.

M
mit.edu
article

Numerical Methods for Partial Differential Equations

This course notes from MIT provide an introduction to numerical methods for solving partial differential equations, including the finite difference method for the 2D heat equation. The notes include example code and exercises.