Ordinary differential equations (ODEs) with initial conditions are the most ... A simple algorithm for solving an ODE can be developed using a Taylor series ...
Procedure (see F05sl01_3_append.mws) Euler0 := proc( F, x0, y0, h, N ) ... Procedure (see Class Demonstration) : euler1(x0, y0, h, n ) : Prgm : Local u, v, w : ...