Research Article

The Asymptotic Expansion Method via Symbolic Computation

Algorithm 5

Implementation of the algorithm. Steps (3.3) and (3.4).
for {         Calculate, for each such that ,
    xdx =
      xdx *xdx ;       ,
    xdx =
      xdx *xdx ;      .
}
for (i=1; i<=m; i++)          For each such that ,
  for (j=1; j<=m; j++)            determine the quasipolynomial
    xdx =
     xdx *xdx ;    .