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

Solving the 2D Heat Equation using Finite Difference Method with NumPy and Python

This article provides a step-by-step guide on how to solve the 2D heat equation using the finite difference method with NumPy and Python. It includes a detailed explanation of the mathematical formulation and the implementation in Python.

M
math.umd.edu
research

Finite Difference Methods for Solving Partial Differential Equations

This lecture note from the University of Maryland discusses the finite difference methods for solving partial differential equations, including the 2D heat equation. It provides a detailed explanation of the numerical methods and their implementation.

G
github.com
tool

2D Heat Equation Solver using Finite Difference Method

This GitHub repository provides a Python implementation of the 2D heat equation solver using the finite difference method with NumPy. It includes a detailed README file with instructions on how to use the code.

N
numpy.org
official

Numerical Solution of the 2D Heat Equation using Python

This official NumPy documentation provides an example of how to solve the 2D heat equation using the finite difference method with NumPy. It includes a detailed explanation of the code and the numerical methods used.

S
scipy-lectures.org
research

Solving Partial Differential Equations with Python

This lecture note from the SciPy lectures discusses the numerical methods for solving partial differential equations, including the 2D heat equation. It provides a detailed explanation of the finite difference method and its implementation in Python.

Y
youtube.com
video

Finite Difference Method for 2D Heat Equation

This YouTube video provides a step-by-step explanation of the finite difference method for solving the 2D heat equation. It includes a detailed explanation of the mathematical formulation and the implementation in Python.

M
mit.edu
research

Numerical Methods for Partial Differential Equations

This course note from MIT discusses the numerical methods for solving partial differential equations, including the 2D heat equation. It provides a detailed explanation of the finite difference method and its implementation in Python.

S
stackoverflow.com
article

Python Implementation of the 2D Heat Equation using Finite Difference Method

This Stack Overflow question provides a Python implementation of the 2D heat equation using the finite difference method with NumPy. It includes a detailed explanation of the code and the numerical methods used.