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

Solving the 2D Heat Equation using Python

This article provides a step-by-step guide on how to solve the 2D heat equation using Python. It covers the numerical methods and libraries used to solve partial differential equations.

M
math.umd.edu
research

Numerical Solution of Partial Differential Equations

This lecture note from the University of Maryland discusses the numerical solution of partial differential equations, including the 2D heat equation. It provides a detailed explanation of the finite difference method.

G
github.com
tool

2D Heat Equation Solver

This GitHub repository provides a Python implementation of a 2D heat equation solver using the finite difference method. It includes example usage and documentation.

N
numpy.org
official

Numerical Methods for Solving the Heat Equation

This NumPy documentation page discusses the numerical methods for solving the heat equation, including the 2D case. It provides example code and explanations of the underlying mathematics.

R
realpython.com
article

Solving the 2D Heat Equation with Python and NumPy

This tutorial from Real Python provides a hands-on guide to solving the 2D heat equation using Python and NumPy. It covers the basics of numerical methods and provides example code.

Y
youtube.com
video

Finite Difference Method for 2D Heat Equation

This YouTube video from 3Blue1Brown explains the finite difference method for solving the 2D heat equation. It provides an intuitive introduction to the numerical method and its implementation in Python.

S
scicomp.stackexchange.com
research

Numerical Solution of the 2D Heat Equation using Finite Elements

This Q&A from the Computational Science community discusses the numerical solution of the 2D heat equation using the finite element method. It provides a detailed explanation of the method and its implementation in Python.

S
scipy.io
official

Heat Equation Solver using Python and SciPy

This SciPy documentation page provides an example of how to solve the 2D heat equation using Python and SciPy. It covers the use of the `scipy.sparse` module for efficient numerical computations.