kranztafel
synopsis: INT kranztafel(OP a,b,res,co,cl)
description:
you enter the INTEGER objects, say a and b, and res becomes a MATRIX object, the charactertable of S_b \wr S_a, co becomes a VECTOR object of classorders and cl becomes a VECTOR object of the classlabels.example:
#include "def.h" #include "macro.h" main() { OP a,b,c,d,e; anfang(); a=callocobject(); b=callocobject(); c=callocobject(); d=callocobject(); e=callocobject(); scan(INTEGER,a); scan(INTEGER,b); kranztafel(a,b,c,d,e); println(c); println(d); println(e); freeall(a); freeall(b); freeall(c); freeall(d); freeall(e); ende(); }
Send comments or suggestions to:
symmetrica (at) symmetrica.de
this page was automatically generated on So Jan 4 10:36:11 CET 2009 on the machine btn6xf