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

Finite Difference Method for Heat Equation

Solving the heat equation using finite differences in Python with NumPy. Example code and explanation of the method.

G
github.io
tool

Heat Equation Solver

Python code for solving the heat equation using finite differences. Includes example usage and visualization with Matplotlib.

M
mit.edu
research

Numerical Solution of the Heat Equation

Lecture notes on numerical methods for solving the heat equation, including finite differences. Python code examples and exercises.

C
coursera.org
video

Finite Difference Methods for Partial Differential Equations

Online course covering finite difference methods for PDEs, including the heat equation. Python code and assignments.

S
stackoverflow.com
article

Solving the Heat Equation with Finite Differences

Q&A thread on solving the heat equation using finite differences in Python. Example code and discussion of common issues.

P
pypi.org
official

Heat Equation Simulation

Python package for simulating the heat equation using finite differences. Installation and usage instructions.

M
mathworks.com
article

Finite Difference Method for the One-Dimensional Heat Equation

Example code in MATLAB and Python for solving the 1D heat equation using finite differences. Comparison of results.

N
ncsu.edu
research

Numerical Analysis of the Heat Equation

Research paper on numerical methods for solving the heat equation, including finite differences. Python code and results.