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

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.

G
github.io
tool

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.

S
stanford.edu
research

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.

Y
youtube.com
video

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.

N
nasa.gov
official

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.

P
pypi.org
tool

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.

M
mit.edu
article

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.