8 results ·
AI-generated index
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.
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.
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.
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.
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.
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.
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.