compute_skewschur_with_alphabet_det

synopsis: INT compute_skewschur_with_alphabet_det(OP skewpart,length,erg)

description:

computes the expansion of a skewschurfunction labeled by the SKEWPARTITION skewpart, using the Jacobi Trudi Identity, the result is the POLYNOM erg, the length of the alphabet is given by INTEGER length.

example:

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

 main()
 {
 OP a = callocobject(), b = callocobject(), c = callocobject();
 OP d = callocobject();
 anfang();
 scan(SKEWPARTITION,a);
 scan(INTEGER,b);
 compute_skewschur_with_alphabet_det(a,b,d);println(d);
 freeall(a); freeall(d); 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