´

m_gl_chartafel

synopsis: INT m_gl_chartafel(gl,t)

description:

you enter an object gl, which you got using a routine to construct a group label (see above), the output is the table of irreducible characters of the group, represented by the group label.

example:


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

 main()
 {
 OP a,b,c,d;
 anfang();
 a=callocobject(); b=callocobject();
 c=callocobject(); d=callocobject();

 scan(INTEGER,a);
 m_gl_sym(a,b); m_gl_chartafel(b,c); println(c);
 m_gl_alt(a,b); m_gl_chartafel(b,c); println(c);
 scan(INTEGER,d);
 m_gl_symkranz(a,d,b); m_gl_chartafel(b,c); println(c);

 freeall(a); freeall(b); freeall(c); freeall(d);
 ende();
 }


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

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

University of Bayreuth -