Apply the Euler method, the explicit Trapezoid method, the fourth-order Runge-Kutta method on a grid/mesh of step-size
h=0.1
in
[0,1]
for the initial value problem
x ′ = x2/t3x(0)=1
. Print a table of the
t
values, approximations, and global error at each step.