1. Use Euler's Method to solve y ' = x - y with y(0) = 1 over the interval 0 < x < 2  starting at x0 = 0 with dx = .1

    hint
    answer

  2. f(x) = x - 1 + 2e-x  is the solution to the above differential equation.  Calculate the accuracy of the estimated values compared to the actual values.

    hint
    answer