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

Finite Difference Method for Heat Equation

Solve the heat equation using finite differences and NumPy. Example code provided.

M
math.umd.edu
research

Solving the Heat Equation with Finite Differences

A step-by-step guide to solving the heat equation using finite differences, including a Python implementation.

G
github.io
tool

Heat Equation Solver using Finite Difference Method

An open-source Python library for solving the heat equation using finite differences. Includes example usage and documentation.

S
stanford.edu
article

Finite Difference Methods for Partial Differential Equations

Lecture notes on finite difference methods for PDEs, including the heat equation. Includes Python code examples.

S
stackoverflow.com
article

Python Code for Solving the Heat Equation using Finite Differences

A community-driven Q&A forum with example Python code for solving the heat equation using finite differences.

S
sciencedirect.com
research

Numerical Solution of the Heat Equation using Finite Differences

A research article on the numerical solution of the heat equation using finite differences, including a Python implementation.

P
pypi.org
tool

Finite Difference Heat Equation Solver

A Python package for solving the heat equation using finite differences. Includes installation instructions and example usage.

Y
youtube.com
video

Video Lecture: Finite Difference Method for Heat Equation

A video lecture on the finite difference method for solving the heat equation, including a Python implementation.