8 results · AI-generated index
T
towardsdatascience.com
article

Solving the 2D Heat Equation using NumPy and Python

This article demonstrates how to solve the 2D heat equation using NumPy and Python, providing a step-by-step guide and example code.

G
github.com
tool

Heat Equation Solver

A Python package for solving the 2D heat equation using NumPy, providing a simple and efficient way to model heat transfer.

M
math.umn.edu
research

Numerical Solution of the 2D Heat Equation

This educational resource provides a detailed explanation of the numerical methods used to solve the 2D heat equation, including example code in Python using NumPy.

S
stackoverflow.com
article

Python Code for 2D Heat Equation

A Q&A forum discussion providing example Python code using NumPy to solve the 2D heat equation, along with explanations and advice from experienced programmers.

S
scipy-lectures.org
official

Solving Partial Differential Equations with Python

An online lecture series covering the use of Python and NumPy for solving partial differential equations, including the 2D heat equation.

Y
youtube.com
video

2D Heat Equation Simulation using Python and NumPy

A video tutorial demonstrating how to simulate the 2D heat equation using Python and NumPy, providing a visual representation of the solution.

M
mit.edu
research

Finite Difference Methods for the 2D Heat Equation

An academic paper discussing the application of finite difference methods to solve the 2D heat equation, including example code in Python using NumPy.

P
pypi.org
tool

Python Library for Solving the 2D Heat Equation

A Python library providing a simple and efficient way to solve the 2D heat equation using NumPy, available for installation via PyPI.