8 results ·
AI-generated index
Finite Difference Method for 2D Heat Equation
The finite difference method is a numerical technique used to solve partial differential equations, including the 2D heat equation. This method involves discretizing the spatial domain and approximating the derivatives using finite differences.
Solving the 2D Heat Equation using Finite Differences
This repository provides a Python implementation of the finite difference method for solving the 2D heat equation. The code includes a detailed explanation of the numerical method and example usage.
Finite Difference Methods for Partial Differential Equations
This course covers the basics of finite difference methods for solving partial differential equations, including the 2D heat equation. The course includes lecture notes, assignments, and examples.
2D Heat Equation Solver using Finite Differences
This video tutorial demonstrates how to solve the 2D heat equation using the finite difference method. The video includes a step-by-step explanation of the numerical method and example code in MATLAB.
Numerical Solution of the 2D Heat Equation
This technical report discusses the numerical solution of the 2D heat equation using finite difference methods. The report includes a detailed analysis of the numerical method and example applications.
S
sciencedirect.com
research
Finite Difference Method for 2D Heat Transfer
This article discusses the application of the finite difference method to solve the 2D heat transfer equation. The article includes a detailed analysis of the numerical method and example results.
2D Heat Equation Finite Difference Solver
This Python package provides a finite difference solver for the 2D heat equation. The package includes a simple and efficient implementation of the numerical method.
Introduction to Finite Difference Methods
This online course covers the basics of finite difference methods for solving partial differential equations, including the 2D heat equation. The course includes lecture notes, assignments, and examples.