8 results · AI-generated index
M
math.umd.edu
article

Numerical Solution of the Heat Equation using Explicit Euler Method

This article discusses the numerical solution of the heat equation using the explicit Euler method. The heat equation is a partial differential equation that describes how heat diffuses through a medium.

G
github.io
tool

Explicit Euler Method for the Heat Equation

Implementation of the explicit Euler method for solving the heat equation in Python. This code provides a simple example of how to use the explicit Euler method to solve the heat equation.

Y
youtube.com
video

Heat Equation: Explicit Euler Method

This video lecture discusses the numerical solution of the heat equation using the explicit Euler method. The video covers the basics of the heat equation and how to implement the explicit Euler method.

H
hindawi.com
research

Numerical Analysis of the Heat Equation using Explicit Euler Method

This research article presents a numerical analysis of the heat equation using the explicit Euler method. The article discusses the stability and accuracy of the method and provides numerical examples.

N
ncsu.edu
article

Explicit Euler Method for the One-Dimensional Heat Equation

This lecture note discusses the numerical solution of the one-dimensional heat equation using the explicit Euler method. The note covers the derivation of the method and provides examples of how to use it.

K
khanacademy.org
official

Solving the Heat Equation using Explicit Euler Method

This tutorial provides an introduction to solving the heat equation using the explicit Euler method. The tutorial covers the basics of the heat equation and how to implement the explicit Euler method.

S
springer.com
research

Explicit Euler Method for the Heat Equation: A Numerical Study

This book chapter presents a numerical study of the heat equation using the explicit Euler method. The chapter discusses the stability and accuracy of the method and provides numerical examples.

P
pypi.org
tool

Heat Equation Solver using Explicit Euler Method

This Python package provides a simple implementation of the explicit Euler method for solving the heat equation. The package can be used to solve the heat equation in one and two dimensions.