Homework Statement
Use EulersMethod to perform Euler's method with the given step size Δt on the given initial value problem over the time interval specified :
dy/dt= (y^2)-4t , y(0)=0.5 , 0<=t<=2, Δt=0.25The Attempt at a SolutionThis is what I did but I don't think its right, because in the...