8 results · AI-generated index
R
realpython.com
article

Solving the Heat Equation with Python

Learn how to solve the heat equation using Python with this in-depth tutorial, covering numerical methods and visualization techniques.

G
github.io
tool

Heat Equation Solver

An open-source Python library for solving the heat equation using finite difference methods, with example use cases and documentation.

M
math.umd.edu
research

Numerical Solution of the Heat Equation

A research paper on numerical methods for solving the heat equation, including a Python implementation using the NumPy library.

S
stackoverflow.com
article

Python Code for Solving the Heat Equation

A Q&A thread on Stack Overflow with example Python code for solving the heat equation using the finite difference method.

E
edx.org
video

Heat Transfer Modeling with Python

An online course on heat transfer modeling using Python, covering topics such as the heat equation, boundary conditions, and numerical methods.

F
fenicsproject.org
tool

Solving the Heat Equation with Finite Elements

A tutorial on solving the heat equation using the finite element method with the FEniCS library in Python.

S
scipy.org
official

Heat Equation Solution using Python and SciPy

An example code snippet on the SciPy website demonstrating how to solve the heat equation using the SciPy library in Python.

N
nasa.gov
research

Numerical Methods for Solving the Heat Equation

A technical report from NASA on numerical methods for solving the heat equation, including a discussion of Python implementations.