´

grf_Sn

synopsis: INT grf_Sn(OP degree, OP n, OP result)

description:

you enter the degree of the symmetric group, and the number of variables for the polya substitution. The routine computes the group reduction function. The first step is the computation of cycle index and the second step is the polya substitution with n variables.

example:

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

 ANFANG
 sscan("9",INTEGER,a); sscan("4",INTEGER,b);
 grf_Sn(a,b,c); println(c);
 ENDE


Send comments or suggestions to:
symmetrica (at) symmetrica.de

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

University of Bayreuth -