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 occuredexample:
#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.de
this page was automatically generated on So Jan 4 10:36:11 CET 2009 on the machine btn6xf