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

Solving the 2D Heat Equation using Finite Difference Method in Python

This article provides a step-by-step guide on how to solve the 2D heat equation using the finite difference method in Python, including code examples and visualizations.

M
math.umd.edu
research

Numerical Solution of Partial Differential Equations

This university course notes provide a detailed introduction to the numerical solution of partial differential equations, including the finite difference method for solving the 2D heat equation.

G
github.com
tool

Finite Difference Method for 2D Heat Equation

This GitHub repository provides a Python implementation of the finite difference method for solving the 2D heat equation, including example usage and documentation.

Y
youtube.com
video

2D Heat Equation Solver using Finite Difference Method

This video tutorial demonstrates how to solve the 2D heat equation using the finite difference method in Python, including a step-by-step explanation of the code.

N
nasa.gov
official

Finite Difference Methods for Solving Partial Differential Equations

This NASA technical report provides an overview of finite difference methods for solving partial differential equations, including applications to the 2D heat equation.

C
coursera.org
research

Numerical Methods for Solving the Heat Equation

This online course covers numerical methods for solving the heat equation, including the finite difference method, and provides assignments and quizzes to practice the concepts.

S
stackoverflow.com
article

Python Code for Solving 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, along with explanations and discussions.

H
hindawi.com
research

Finite Difference Method for 2D Heat Equation: A Numerical Analysis

This research article published in a peer-reviewed journal provides a numerical analysis of the finite difference method for solving the 2D heat equation, including error estimates and convergence results.