compute_monomial_with_alphabet

synopsis: INT compute_monomial_with_alphabet(OP number,laenge,erg)

description:

computes the expansion of a monomial symmetric function labeled by a PARTITION number as a POLYNOM erg. The INTEGER laenge specifies the length of the alphabet.

example:

 #include "def.h"
 #include "macro.h"

 main()
 {
 OP a,b,c;
 anfang();
 a=callocobject(); b=callocobject(); c=callocobject();
 scan(PARTITION,a); scan(INTEGER,b);
 compute_monomial_with_alphabet(a,b,c); println(c);
 freeall(a); freeall(b); freeall(c);
 ende();
 }



Send comments or suggestions to:
symmetrica (at) symmetrica

this page was automatically generated on So Aug 10 12:23:27 CEST 2008 on the machine btn6xa