Euler’s method using Python
On the English YouTube channel of Numworks, there is a tutorial on using the sequences app to apply Euler’s method on a differential equation:
Euler’s method using sequences
This script does the same calculations, using Python instead.
The differential equation:
dy/dx = sqrt(x) * y
y(1) = 4
For Euler’s method step h=0.25
Tested on the Numworks calculator using software version 24.3.0