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 on how to solve the 2D heat equation using the finite difference method in Python, including code snippets and visualizations.

G
github.io
tool

Finite Difference Method for 2D Heat Equation

This GitHub repository contains Python code for solving the 2D heat equation using the finite difference method, along with example use cases and documentation.

M
math.umd.edu
research

Numerical Solution of the 2D Heat Equation using Finite Differences

This university webpage provides a detailed explanation of the finite difference method for solving the 2D heat equation, including mathematical derivations and Python code examples.

P
pypi.org
tool

2D Heat Equation Solver using Finite Difference Method

This Python package, available on PyPI, provides a simple and efficient way to solve the 2D heat equation using the finite difference method, with example code and documentation.

C
coursera.org
video

Finite Difference Methods for Partial Differential Equations

This online course on Coursera covers the basics of finite difference methods for solving partial differential equations, including the 2D heat equation, with video lectures and assignments.

N
numpy.org
official

Solving the 2D Heat Equation with Finite Differences

This NumPy documentation page provides an example code snippet for solving the 2D heat equation using the finite difference method, highlighting the use of NumPy arrays and functions.

H
hindawi.com
research

A Comparative Study of Finite Difference Methods for the 2D Heat Equation

This research article, published in a Hindawi journal, presents a comparative study of different finite difference methods for solving the 2D heat equation, including their accuracy and efficiency.

S
stackoverflow.com
article

Python Code for Solving the 2D Heat Equation using Finite Difference Method

This Stack Overflow question provides a Python code snippet for solving the 2D heat equation using the finite difference method, along with explanations and discussions from the community.