The following Matlab project contains the source code and Matlab examples used for numerical methods vs analytical methods for differential equations.
Euler's method, Modified Euler's method and RK4 methods have been used to obtain approximate solutions of the differential equation dy/dx = x *sqrt(y), with y(2)=4 as the Initial condition.