Research Article

The Asymptotic Expansion Method via Symbolic Computation

Algorithm 7

Implementation of the algorithm. Step (5).
for (i=0; i<=order; i++){ For each such that ,
  s [i] = xdx ;
   s [i].normalice ();       
  s [i].order ();
  s [i].join ();
  s [i].neglect (PREC);
 }