Error Estimate via the Runge Kutta FEhlberg Method

Let's consider again the initial value problem
dy/dt = t*exp(3*t) - 2*y
y(0) = 0
0 <= t <= 2
Let's compare the real error with the error predicted by the Runge Kutta Fehlberg Method; click here .