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.de
this page was automatically generated on So Jan 4 10:36:13 CET 2009 on the machine btn6xf