´

reduce_symchar

synopsis: INT reduce_symchar(OP sym, erg)

description:

you enter a SYMCHAR object sym and in erg you get the decomposition into irreducible characters, this is a SCHUR object. If erg is not an empty object it is freed first.

example:

 The following program asks first for the degree of the
 symmetric group, than for the max and min value of the character
 values of the symmetric group character. These values are
 initialised with random value inside the given limits.
 The character is decomposed into irreducible characters.

#include "def.h"
#include "macro.h"
 main()
 {
 OP a,b,c,d,e;
 INT i;
 anfang();
 a=callocobject(); b=callocobject();
 c=callocobject(); d=callocobject(); e=callocobject();

 printeingabe("degree of S_n"); scan(INTEGER,a);
 printeingabe("min value of character"); scan(INTEGER,c);
 printeingabe("max value of character"); scan(INTEGER,d);
 m_d_sc(a,b); println(b);
 for (i=0L;i


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

University of Bayreuth -