´

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.de

this page was automatically generated on So Jan 4 10:36:13 CET 2009 on the machine btn6xf

University of Bayreuth -