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 code examples and visualizations to help illustrate the concept.

M
math.umd.edu
research

Numerical Solution of the 2D Heat Equation

This research paper discusses the numerical solution of the 2D heat equation using the finite difference method. It provides a detailed analysis of the method and its implementation using NumPy.

G
github.io
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 example usage and documentation.

O
ocw.mit.edu
official

Finite Difference Method for Solving the 2D Heat Equation

This online course material from MIT OpenCourseWare discusses the finite difference method for solving the 2D heat equation. It includes lecture notes, assignments, and solutions.

R
realpython.com
article

Solving the 2D Heat Equation with NumPy and Matplotlib

This tutorial provides a comprehensive guide on how to solve the 2D heat equation using NumPy and Matplotlib. It includes code examples, visualizations, and explanations of the underlying concepts.

N
nasa.gov
official

Numerical Methods for Solving Partial Differential Equations

This NASA technical report discusses numerical methods for solving partial differential equations, including the finite difference method. It provides an overview of the methods and their applications.

Y
youtube.com
video

2D Heat Equation Solution using Finite Difference Method

This video provides a step-by-step explanation of how to solve the 2D heat equation using the finite difference method with NumPy. It includes code examples and visualizations.

S
stanford.edu
official

Finite Difference Methods for Partial Differential Equations

This Stanford University course webpage discusses finite difference methods for partial differential equations, including the 2D heat equation. It includes lecture notes, assignments, and solutions.