This image was acquired from
wikimedia. It was marked as Public Domain or CC0 and is free to use. To verify, go to the source and check the information there.
Keywords from Image Description:
Forward and backward Euler method. en Comparison of the Forward and Backward Euler methods applied to the differential equation y' import numpy as np import matplotlib pyplot as plt float Maximal value of the domain float Number of divisions dt Size of each subdivision np arange For plotting the analytical solution np arange dt