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

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

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

M
math.umd.edu
edu

Finite Difference Methods for Solving Partial Differential Equations

This educational resource from the University of Maryland provides an introduction to finite difference methods for solving partial differential equations, including the 2D heat equation. It covers the theoretical background and provides examples in Python using NumPy.

G
github.com
tool

2D Heat Equation Solver using Finite Difference Method

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

S
sciencedirect.com
research

Numerical Solution of the 2D Heat Equation using Finite Differences

This research article from the Journal of Computational Physics presents a numerical solution of the 2D heat equation using finite differences. It discusses the implementation in Python using NumPy and compares the results with analytical solutions.

S
stackoverflow.com
article

Python Code for Solving the 2D Heat Equation using Finite Difference Method

This Q&A thread on Stack Overflow provides a Python code example for solving the 2D heat equation using the finite difference method with NumPy. It includes explanations and discussions on the implementation and optimization of the code.

N
numpy.org
official

Finite Difference Method for 2D Heat Equation

This official NumPy documentation provides an example of using the finite difference method to solve the 2D heat equation. It covers the basics of the method and demonstrates how to implement it in Python using NumPy.

Y
youtube.com
video

Solving the 2D Heat Equation with Finite Differences and NumPy

This video tutorial on YouTube provides a step-by-step guide on how to solve the 2D heat equation using the finite difference method with NumPy. It covers the theoretical background and implementation in Python.

P
pytorch.org
tool

2D Heat Equation Solver with Finite Difference Method and Visualization

This example code on the PyTorch website demonstrates how to solve the 2D heat equation using the finite difference method with NumPy and visualize the results using PyTorch and Matplotlib.