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

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

This article demonstrates how to solve the 2D heat equation using the finite difference method in Python, with a step-by-step guide and example code.

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.io
tool

2D Heat Equation Solver using Finite Difference Method

An open-source Python implementation of the finite difference method for solving the 2D heat equation, with example usage and documentation.

N
ncsu.edu
research

Numerical Solution of the 2D Heat Equation using Finite Differences

North Carolina State University's engineering department provides a research paper on the numerical solution of the 2D heat equation using finite differences, including a Python implementation.

S
stackoverflow.com
article

Python Code for 2D Heat Equation using Finite Difference Method

A Q&A thread on Stack Overflow providing example Python code for solving the 2D heat equation using the finite difference method, with explanations and advice from experts.

C
coursera.org
video

Finite Difference Methods for Partial Differential Equations

A Coursera course from the University of Michigan covering finite difference methods for partial differential equations, including the 2D heat equation, with video lectures and Python assignments.

R
realpython.com
article

Solving 2D Heat Equation with Finite Difference Method in Python

A tutorial on Real Python providing a step-by-step guide to solving the 2D heat equation using the finite difference method in Python, with example code and explanations.

P
pypi.org
official

Python Implementation of Finite Difference Method for 2D Heat Equation

An official Python package on PyPI providing an implementation of the finite difference method for solving the 2D heat equation, with documentation and example usage.