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

Solving the Heat Equation using Finite Difference Method in Python

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

M
math.umd.edu
edu

Finite Difference Method for Solving the Heat Equation

This educational resource from the University of Maryland provides a detailed explanation of the finite difference method for solving the heat equation, including mathematical derivations and Python code.

G
github.io
tool

Heat Equation Solver using Finite Difference Method

This open-source project on GitHub provides a Python implementation of the finite difference method for solving the heat equation, including a user-friendly interface and example use cases.

R
researchgate.net
research

Numerical Solution of the Heat Equation using Finite Difference Method

This research paper on ResearchGate presents a numerical solution of the heat equation using the finite difference method, including a comparison of different numerical schemes and their accuracy.

N
numpy.org
official

Finite Difference Method for Heat Equation

This official NumPy documentation provides an example of how to use the finite difference method to solve the heat equation in Python, including code examples and explanations.

Y
youtube.com
video

Solving the Heat Equation with Finite Differences

This video on YouTube provides a tutorial on how to solve the heat equation using the finite difference method in Python, including a step-by-step explanation of the code and visualizations.

P
pypi.org
tool

Heat Equation Solver

This Python package on PyPI provides a simple and efficient way to solve the heat equation using the finite difference method, including a user-friendly interface and example use cases.

S
sciencedirect.com
article

Numerical Methods for Solving the Heat Equation

This scientific article on ScienceDirect provides a comprehensive review of numerical methods for solving the heat equation, including the finite difference method, finite element method, and boundary element method.