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

Solving the 2D Heat Equation using Finite Difference Method

This example demonstrates how to solve the 2D heat equation using the finite difference method in Python with NumPy.

G
github.io
tool

Finite Difference Method for 2D Heat Equation

A Python implementation of the finite difference method for solving the 2D heat equation, including code and example use cases.

M
mit.edu
research

Numerical Solution of the 2D Heat Equation

Lecture notes on the numerical solution of the 2D heat equation using the finite difference method, including Python code examples.

P
pypi.org
tool

2D Heat Equation Solver using Finite Difference Method

A Python package for solving the 2D heat equation using the finite difference method, available for installation via pip.

S
stanford.edu
research

Finite Difference Methods for Partial Differential Equations

Course notes on finite difference methods for partial differential equations, including the 2D heat equation, with Python examples.

R
realpython.com
article

Solving the 2D Heat Equation with Python

A tutorial on solving the 2D heat equation using the finite difference method in Python, with example code and explanations.

C
code.io
tool

Heat Equation Solver

An online tool for solving the 2D heat equation using the finite difference method, with a Python backend and interactive visualization.

N
nasa.gov
official

Numerical Methods for Partial Differential Equations

A report on numerical methods for partial differential equations, including the finite difference method for the 2D heat equation, with Python examples.