8 results · AI-generated index
G
github.io
tool

Numerical Solution of 2D Heat Equation using NumPy

This code implements the 2D heat equation using NumPy arrays, providing a simple and efficient solution for heat transfer problems in 2D space.

M
math.umd.edu
article

Heat Equation in 2D Space

This article discusses the mathematical formulation of the heat equation in 2D space and provides a sample implementation using NumPy arrays.

R
realpython.com
article

Solving the 2D Heat Equation with NumPy and Matplotlib

This tutorial provides a step-by-step guide to solving the 2D heat equation using NumPy and visualizing the results with Matplotlib.

P
pypi.org
tool

2D Heat Equation Solver

This Python package provides a simple and efficient solver for the 2D heat equation, utilizing NumPy arrays for numerical computations.

S
stanford.edu
research

Numerical Methods for Solving the Heat Equation

This course notes discuss various numerical methods for solving the heat equation, including finite difference methods using NumPy arrays.

Y
youtube.com
video

Heat Equation Simulation using NumPy and SciPy

This video demonstrates a simulation of the 2D heat equation using NumPy and SciPy, providing a visual representation of the solution.

N
numpy.org
official

2D Heat Equation Implementation in Python

This official NumPy documentation provides an example implementation of the 2D heat equation using NumPy arrays, highlighting the library's capabilities for numerical computations.

N
ncsu.edu
research

Finite Difference Methods for the 2D Heat Equation

This research article discusses the application of finite difference methods to solve the 2D heat equation, with a focus on numerical stability and accuracy using NumPy arrays.