8 results ·
AI-generated index
Finite Difference Method for Heat Equation
The finite difference method is a numerical method for solving partial differential equations, including the heat equation. This example demonstrates how to use the finite difference method to solve the one-dimensional heat equation.
Solving the Heat Equation using Finite Differences
This video tutorial demonstrates how to use the finite difference method to solve the heat equation in one and two dimensions. The video includes example code in Python and MATLAB.
Heat Equation: Finite Difference Method
This article provides an overview of the finite difference method for solving the heat equation, including its application to heat transfer problems in aerospace engineering.
Finite Difference Methods for Partial Differential Equations
This book chapter discusses the finite difference method for solving partial differential equations, including the heat equation. The chapter includes example problems and solutions.
Heat Equation Solver using Finite Differences
This open-source project provides a Python implementation of the finite difference method for solving the heat equation. The project includes example usage and documentation.
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 the finite difference method. The article includes example results and comparisons with analytical solutions.
Finite Difference Method for Heat Transfer
This online course module discusses the finite difference method for solving heat transfer problems, including the heat equation. The module includes example problems and solutions.
Heat Equation: Finite Difference Method Example
This interactive example demonstrates how to use the finite difference method to solve the heat equation in one dimension. The example includes interactive graphics and code.