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

Solving the 2D Heat Equation using NumPy

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

M
math.umd.edu
article

Numerical Solution of the 2D Heat Equation

This article presents a numerical solution to the 2D heat equation using the finite difference method. The solution is implemented using NumPy arrays for efficient computation.

G
github.io
tool

2D Heat Equation Solver using Python and NumPy

This repository provides a Python implementation of a 2D heat equation solver using NumPy arrays. The code includes examples and documentation for easy use.

S
stanford.edu
research

Finite Difference Methods for the 2D Heat Equation

This research paper discusses the application of finite difference methods to solve the 2D heat equation. The authors use NumPy arrays to implement the numerical solution.

R
realpython.com
article

Solving Partial Differential Equations with NumPy

This tutorial covers the basics of solving partial differential equations, including the 2D heat equation, using NumPy arrays. The article includes code examples and explanations.

N
ncsu.edu
edu

Numerical Methods for Solving the 2D Heat Equation

This course notes provide an overview of numerical methods for solving the 2D heat equation, including the finite difference method and the finite element method. The notes include examples using NumPy arrays.

Y
youtube.com
video

2D Heat Equation Simulation using NumPy and Matplotlib

This video demonstrates how to simulate the 2D heat equation using NumPy arrays and Matplotlib for visualization. The video includes code examples and explanations.

S
scipy.org
official

Heat Equation Solver using NumPy and SciPy

This example demonstrates how to solve the 2D heat equation using NumPy arrays and SciPy functions. The solution is implemented using the finite difference method.