FUNCTION: LieTools/Sgfwgt2MonoSet
USAGE: Sgfwgt2MonoSet(fwgt,n)
SYNOPSIS: Sgfwgt2MonoSet(fwgt,n) produces a list of the monomials in
  S^n[g] with a weight fwgt (w.r.t. a basis of fundamental weights).
CAVEATS: requires a previously initialized global Lie algebra environment.
  (See LieTools[gSetup].)
EXAMPLE: 
> LieTools[gSetup](G,2):
Setting up Gtype = G   rnk = 2
> LieTools[Sgfwgt2MonoSet]([1,0],3);

  {g[9] g[7] g[11], g[1] g[12] g[14], g[3] g[9] g[14],

        g[6] g[7] g[13], g[4] g[8] g[14], g[7] g[8] g[12],

        g[6] g[9] g[12], g[9] g[8] g[11], g[5] g[10] g[12],

        g[4] g[11] g[12], g[6] g[8] g[13], g[10] g[4] g[13],

                                                2            2
        g[3] g[11] g[13], g[2] g[12] g[13], g[9]  g[10], g[8]  g[12],

            2                  2            2
        g[7]  g[12], g[5] g[11] , g[3] g[12] , g[5] g[6] g[14],

        g[4] g[7] g[14]}


SEE ALSO: 
