Solution

The problem involves the following information

> MODEL := diff( y(t) , t ) = t - y(t)^2 ; # define the differential equation model

[Maple Math]

> IC := y(0) = 1; # specify the initial condition

[Maple Math]

>

Preliminary Analysis

Numerical Solution using Euler's Method

>