Research Article

The Asymptotic Expansion Method via Symbolic Computation

Algorithm 3

Implementation of the algorithm. Steps (1) and (2).
MQ xdx ;          Define a three-dimensional array of quasi
                 polynomials , where
                  ,  and , being
                  the order of the asymptotic expansion.
MQ *s;                 Define an array of quasipolynomials ,
s=new MQ ;          where .
int ;         Definition of auxiliary variables.
MQ U;