8 results · AI-generated index
S
scipy-lectures.org
article

Numerical Solution of the 2D Heat Equation using NumPy

This article provides a step-by-step guide on how to solve the 2D heat equation using NumPy. It covers the basics of the heat equation, numerical methods, and implementation details.

G
github.io
tool

Heat Equation Solver

An open-source implementation of the 2D heat equation solver using NumPy. The repository includes example usage, documentation, and test cases.

R
realpython.com
article

Solving the 2D Heat Equation with NumPy and Matplotlib

A tutorial on solving the 2D heat equation using NumPy and visualizing the results with Matplotlib. The article covers the mathematical background and code implementation.

M
mit.edu
research

Numerical Methods for Solving Partial Differential Equations

A research paper on numerical methods for solving partial differential equations, including the heat equation. The paper discusses the finite difference method and its implementation using NumPy.

Y
youtube.com
video

2D Heat Equation Simulation

A video tutorial on simulating the 2D heat equation using NumPy and Matplotlib. The video covers the mathematical background, code implementation, and visualization of the results.

N
numpy.org
official

Heat Equation Implementation in Python

An official example of implementing the heat equation using NumPy. The example includes code, documentation, and test cases.

U
ucsd.edu
article

Solving Partial Differential Equations with Python

A course lecture on solving partial differential equations, including the heat equation, using Python and NumPy. The lecture notes include example code and exercises.

S
stackoverflow.com
article

Finite Difference Method for 2D Heat Equation

A Q&A thread on implementing the finite difference method for the 2D heat equation using NumPy. The thread includes example code, explanations, and discussions.