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

Finite Difference Method for Heat Equation

Solving the heat equation using finite difference methods in Python with NumPy. Example code and explanations provided.

G
github.io
tool

Heat Equation Solver using Finite Difference Method

Python implementation of the finite difference method to solve the heat equation. Includes example use cases and visualizations.

M
math.umd.edu
research

Numerical Solution of the Heat Equation

Lecture notes on numerical methods for solving the heat equation, including the finite difference method. Python code examples included.

C
cornell.edu
article

Finite Difference Methods for Partial Differential Equations

Course notes on finite difference methods for solving partial differential equations, including the heat equation. Python examples and exercises provided.

Y
youtube.com
video

Solving the Heat Equation with Finite Differences

Video tutorial on solving the heat equation using finite difference methods in Python. Includes step-by-step explanations and example code.

P
pypi.org
official

Heat Equation Finite Difference Solver

Python package for solving the heat equation using finite difference methods. Includes documentation and example usage.

S
scienceDirect.com
research

Finite Difference Method for Heat Transfer

Journal article on the application of finite difference methods for solving heat transfer problems. Includes examples and comparisons with other methods.

W
w3.cs.jmu.edu
article

Numerical Methods for Solving the Heat Equation

Tutorial on numerical methods for solving the heat equation, including the finite difference method. Includes Python code examples and exercises.