Numerical Euler's Method for Initial Value Problem
Solve the following problem:
Consider the initial value problem (IVP): y'(t) = y2 subject to y(0)=1
Approximate y(1) using Euler's method and step sizes of 0.25. Perform these calculations by hand (using a calculator for arithmetic is ok). What is the true value of y(1)?