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

Finite Difference Method for Heat Equation

The finite difference method is a numerical technique used to solve partial differential equations, including the heat equation. This article provides a detailed explanation of the finite difference discretization of the heat equation.

G
github.io
tool

Solving the Heat Equation using Finite Differences

This GitHub repository provides a Python implementation of the finite difference method for solving the heat equation. The code includes a detailed explanation of the discretization process and example use cases.

N
nasa.gov
research

Heat Equation: Finite Difference Discretization

This NASA technical report discusses the finite difference discretization of the heat equation, including the derivation of the discretized equations and the application of boundary conditions.

S
stanford.edu
article

Finite Difference Methods for Partial Differential Equations

This Stanford University course notes provide an introduction to finite difference methods for solving partial differential equations, including the heat equation. The notes cover the basics of finite difference discretization and its application to various problems.

S
stackoverflow.com
tool

Python Code for Solving the Heat Equation using Finite Differences

This Stack Overflow question provides a Python code example for solving the heat equation using finite differences. The answer includes a detailed explanation of the discretization process and the code implementation.

M
mit.edu
article

Finite Difference Discretization of the Heat Equation

This MIT OpenCourseWare resource provides a detailed explanation of the finite difference discretization of the heat equation, including the derivation of the discretized equations and the application of boundary conditions.

S
sciencedirect.com
research

Numerical Solution of the Heat Equation using Finite Differences

This research article discusses the numerical solution of the heat equation using finite differences, including the application of the method to various problems and the analysis of the results.

Y
youtube.com
video

Heat Equation Solver using Finite Differences

This YouTube video provides a step-by-step explanation of how to solve the heat equation using finite differences, including the implementation of the method in Python.