8 results · AI-generated index
R
realpython.com
article

Solving the 2D Heat Equation using Finite Differences with NumPy

Learn how to solve the 2D heat equation using finite differences and NumPy in Python. This tutorial covers the basics of the heat equation, finite difference methods, and how to implement them in Python.

G
github.io
tool

Finite Difference Method for 2D Heat Equation

Implementation of the finite difference method for solving the 2D heat equation using NumPy and Python. Includes example code and visualizations.

N
ncsu.edu
research

Numerical Solution of the 2D Heat Equation using Finite Differences

This research paper presents a numerical solution of the 2D heat equation using finite differences and compares the results with analytical solutions. The implementation uses NumPy and Python.

P
pypi.org
tool

2D Heat Equation Solver using Finite Differences and NumPy

A Python package for solving the 2D heat equation using finite differences and NumPy. Includes documentation and example usage.

C
coursera.org
video

Solving Partial Differential Equations with Finite Differences

This online course covers the basics of finite difference methods for solving partial differential equations, including the 2D heat equation. Uses NumPy and Python for implementation.

M
mathworks.com
article

Finite Difference Solution of the 2D Heat Equation

This example demonstrates how to solve the 2D heat equation using finite differences and NumPy in Python. Includes a comparison with MATLAB implementation.

G
gitlab.com
tool

Heat Equation Solver using Finite Differences

An open-source implementation of a heat equation solver using finite differences and NumPy in Python. Includes example usage and documentation.

M
mit.edu
official

Numerical Methods for Solving Partial Differential Equations

This lecture note covers numerical methods for solving partial differential equations, including the finite difference method for the 2D heat equation. Uses NumPy and Python for implementation.