I am trying to implement euler method to solve differential equation y\' = x^3 + y^2 between 0 and 2 with initial condition y(0) = 0.5. Firstly I set h = 0.1 and it\'s okey.