8 results ·
AI-generated index
Finite Difference Method for Heat Equation
The finite difference method is a numerical method for solving partial differential equations. This example demonstrates how to discretize the heat equation using finite differences and solve it in Python using NumPy.
Heat Equation Discretization using Finite Differences
This repository contains Python code for discretizing the heat equation using finite differences. It includes examples of explicit and implicit time-stepping schemes.
Numerical Solution of the Heat Equation
This lecture note discusses the numerical solution of the heat equation using finite differences. It includes Python code examples for implementing the finite difference method.
Finite Difference Methods for Partial Differential Equations
This course covers finite difference methods for solving partial differential equations, including the heat equation. It includes video lectures and Python coding assignments.
S
stackoverflow.com
article
Python Code for Finite Difference Heat Equation
This question on Stack Overflow asks for help with implementing the finite difference method for the heat equation in Python. The answers include example code and explanations.
Heat Equation Solver using Finite Differences
This Python package provides a solver for the heat equation using finite differences. It can be installed using pip and includes example usage.
Finite Difference Discretization of the Heat Equation
This lecture note from MIT discusses the finite difference discretization of the heat equation. It includes mathematical derivations and Python code examples.
Official Documentation for Finite Difference Methods
This official documentation from SciPy discusses finite difference methods for solving partial differential equations, including the heat equation. It includes example Python code.