8 results · AI-generated index
N
numpy.org
article

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 in Python.

M
math.umd.edu
research

Heat Equation Discretization using Finite Differences

This lecture note discusses the finite difference discretization of the heat equation, including the derivation of the discretized equation and examples of Python code to implement the method.

R
realpython.com
article

Solving the Heat Equation with Finite Differences

In this tutorial, we will learn how to solve the heat equation using finite differences in Python. We will cover the basics of the finite difference method and provide example code to get you started.

M
mit.edu
research

Finite Difference Discretization of Partial Differential Equations

This course note covers the finite difference discretization of partial differential equations, including the heat equation. It provides a detailed explanation of the method and includes examples of Python code.

G
github.io
tool

Python Code for Finite Difference Discretization of Heat Equation

This GitHub repository provides example Python code for the finite difference discretization of the heat equation. The code includes a simple implementation of the finite difference method and can be used as a starting point for more complex simulations.

S
sciencedirect.com
research

Numerical Solution of the Heat Equation using Finite Differences

This research article discusses the numerical solution of the heat equation using finite differences. It provides a detailed analysis of the method and includes examples of Python code to implement the method.

Y
youtube.com
video

Finite Difference Method for Solving Partial Differential Equations

This video lecture discusses the finite difference method for solving partial differential equations, including the heat equation. It provides a detailed explanation of the method and includes examples of Python code.

P
pypi.org
tool

Heat Equation Solver using Finite Differences

This Python package provides a simple implementation of the finite difference method for solving the heat equation. It can be installed using pip and includes example code to get you started.