- Pick a step size h.
- Look at the direction field at (x0,y0). Draw the line in that direction through (x0,y0).
- Follow the line out to a point (x1,y1), where x1=x0+h.
- Look at the direction field at (x1,y1). Draw the line in that direction through (x1,y1).
- Follow that line out to a point (x2,y2), where x2=x1+h=x0+2h.
- Rinse, lather, repeat.
|