FUNCTION: LieTools/MkMonoBasisSg
USAGE: SgMkMonoBasis(n);
SYNOPSIS: SgMkMonoBasis(n) creates a list of the monomials in 
  S[g] of degree n
CAVEATS: requires a previously initialized global Lie algebra environment.
  (See LieTools[gSetup].)
EXAMPLE: 
> with(LieTools):
> gSetup(A,2):
Setting up Gtype = A   rnk = 2
> SgMkMonoBasis(2);

       2
  [g[1] , g[1] g[2], g[1] g[3], g[1] g[4], g[1] g[5], g[1] g[6],

                                  2
        g[1] g[7], g[1] g[8], g[2] , g[2] g[3], g[2] g[4], g[2] g[5],

                                             2
        g[2] g[6], g[2] g[7], g[2] g[8], g[3] , g[3] g[4], g[3] g[5],

                                             2
        g[3] g[6], g[3] g[7], g[3] g[8], g[4] , g[4] g[5], g[4] g[6],

                                  2
        g[4] g[7], g[4] g[8], g[5] , g[5] g[6], g[5] g[7], g[5] g[8],

            2                            2                 2
        g[6] , g[6] g[7], g[6] g[8], g[7] , g[7] g[8], g[8] ]

SEE ALSO: 
