8 results · AI-generated index
N
numpy.org
official

Solving the 2D Heat Equation using Finite Difference Method

This example demonstrates how to solve the 2D heat equation using the finite difference method with NumPy. The heat equation is a parabolic partial differential equation that describes the distribution of heat over time.

G
github.io
tool

Numerical Solution of 2D Heat Equation using Finite Difference

A Python implementation of the finite difference method for solving the 2D heat equation, utilizing NumPy for efficient numerical computations. The code includes a detailed explanation and example usage.

M
mit.edu
article

Finite Difference Methods for Solving the Heat Equation

This lecture note from MIT OpenCourseWare discusses the finite difference method for solving the heat equation, including the 2D case. It provides a thorough introduction to the numerical solution of partial differential equations.

Y
youtube.com
video

2D Heat Equation Solver using Finite Difference and NumPy

A video tutorial that demonstrates how to solve the 2D heat equation using the finite difference method and NumPy. The video provides a step-by-step explanation of the implementation and includes example code.

S
stanford.edu
research

Numerical Methods for Solving Partial Differential Equations

This course from Stanford University covers numerical methods for solving partial differential equations, including the finite difference method. It provides a comprehensive introduction to the numerical solution of PDEs, including the 2D heat equation.

S
sciencedirect.com
research

Finite Difference Solution of the 2D Heat Equation

A research article that presents a finite difference solution of the 2D heat equation, including a comparison with analytical solutions. The article discusses the accuracy and efficiency of the finite difference method for solving the heat equation.

P
pypi.org
tool

Heat Equation Solver

A Python package that provides a simple and efficient way to solve the heat equation using the finite difference method. The package includes support for 2D and 3D problems and utilizes NumPy for numerical computations.

N
nasa.gov
official

Numerical Solution of Partial Differential Equations

A technical report from NASA that discusses numerical methods for solving partial differential equations, including the finite difference method. The report provides an overview of the numerical solution of PDEs, including the 2D heat equation, and discusses applications in aerospace engineering.