|  |  7.5.23.0. LengthSymElement Procedure from libraryqmatrix.lib(see  qmatrix_lib).
 
Example:Usage:
LengthSymElement(v); v intvec
Return:
int
Purpose:
determine the length of the permutation given by v in some S(n)
Assume:
v represents an element of S(n); otherwise the output may have no sense
 See also:
 LengthSym;
 SymGroup.|  | LIB "qmatrix.lib";
intvec v=1,3,4,2,8,9,6,5,7,10;
LengthSymElement(v);
==> 9
 | 
 
 |