8 results · AI-generated index
M
math.umd.edu
article

Finite Difference Method for Heat Equation

This article discusses the finite difference method for solving the heat equation, including the derivation of the finite difference equations and examples of Python code to implement the method.

S
scipy.io
tool

Solving the Heat Equation with Python

This tutorial provides a step-by-step guide to solving the heat equation using the finite difference method in Python, including code examples and visualizations.

G
github.com
tool

Heat Equation Solver using Finite Difference Method

This open-source repository provides a Python implementation of the finite difference method for solving the heat equation, including example usage and documentation.

S
stanford.edu
research

Finite Difference Methods for Partial Differential Equations

This course notes discuss the finite difference method for solving partial differential equations, including the heat equation, and provide examples of Python code to implement the method.

N
nasa.gov
official

Numerical Solution of the Heat Equation

This technical report discusses the numerical solution of the heat equation using the finite difference method, including examples of Python code and applications to real-world problems.

C
coursera.org
video

Python Scripting for Scientific Computing

This online course covers the basics of Python scripting for scientific computing, including the solution of partial differential equations such as the heat equation using the finite difference method.

H
hindawi.com
research

Finite Difference Method for Heat Transfer Problems

This research article discusses the application of the finite difference method to heat transfer problems, including the solution of the heat equation, and provides examples of Python code to implement the method.

P
pypi.org
tool

Heat Equation Solver with Finite Difference Method

This Python package provides a simple and efficient way to solve the heat equation using the finite difference method, including example usage and documentation.