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 method involves discretizing the spatial and temporal derivatives in the equation and solving the resulting system of algebraic equations.

G
github.io
tool

Heat Equation Solver using Finite Difference Method

A Python implementation of the finite difference method for solving the heat equation. The code includes a graphical user interface for visualizing the solution and allows users to input initial and boundary conditions.

N
nasa.gov
research

Finite Difference Methods for Solving the Heat Equation

This research paper discusses the application of finite difference methods for solving the heat equation in various engineering problems, including heat transfer in rocket nozzles and thermal protection systems.

C
coursera.org
video

Introduction to Finite Difference Methods for PDEs

This online course covers the basics of finite difference methods for solving partial differential equations, including the heat equation. The course includes video lectures, assignments, and quizzes.

T
towardsdatascience.com
article

Finite Difference Method for Heat Equation with Python

A tutorial on implementing the finite difference method for solving the heat equation using Python. The article includes example code and explanations of the numerical methods used.

M
mit.edu
official

Heat Equation: Finite Difference Method

Lecture notes from a course on numerical methods for partial differential equations, covering the finite difference method for the heat equation. The notes include mathematical derivations and example problems.

S
sciencedirect.com
research

Finite Difference Solution of the Heat Equation

A research article discussing the application of finite difference methods for solving the heat equation in various fields, including engineering and physics. The article includes numerical examples and comparisons with analytical solutions.

Y
youtube.com
video

Numerical Solution of the Heat Equation using Finite Differences

A video lecture on the numerical solution of the heat equation using finite differences. The video covers the theoretical background and includes example code in MATLAB.