b_d_sc

synopsis: INT b_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. dim will be part of the resulting SYMCHAR object.

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);
 /* do not free a, because it is part of b */
 freeall(b);
 ende();
 }


Send comments or suggestions to:
symmetrica (at) symmetrica

this page was automatically generated on So Aug 10 12:23:27 CEST 2008 on the machine btn6xa