8 results ·
AI-generated index
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.
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.
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.
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.
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.
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.
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.
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.