´

m_d_sc

synopsis: INT m_d_sc(OP dim,sc)

description:

you only enter an INTEGER object dim, and the output is a SYMCHAR object sc, which is the null-character of the symmetric group of degree dim. null-character means that the value of the character is zero on all classes.

return:

OK if no error occured

example:

#include "def.h"
#include "macro.h"
 main()
 {
 OP a,b;
 anfang();
 a=callocobject();
 b=callocobject();
 scan(INTEGER,a);
 m_d_sc(a,b);
 println(b);
 freeall(a); /* a is not part of b */
 freeall(b);
 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

University of Bayreuth -