ACE BN BNA CG CLG COMP FM FREE HEKA IDCA NCA NCSF PART SFA SG SGA SP SYMF TAB TYP

FUNCTION: CgPositiveRoots - positive roots of a classical group

CALLING SEQUENCE:

CgPositiveRoots(typ, rank)
CG[CgPositiveRoots](typ, rank)

PARAMETERS:

typ = one of the classical group A, B, C or D
rank = the rank of the group

SYNOPSIS:

EXAMPLES:


> with(CG):
> CgPositiveRoots(D, 4);
 
 [[1, -1, 0, 0], [1, 1, 0, 0], [1, 0, -1, 0], [1, 0, 1, 0], [1, 0, 0, -1],
 
  [1, 0, 0, 1],  [0, 1, -1, 0], [0, 1, 1, 0], [0, 1, 0, -1], [0, 1, 0, 1],
 
  [0, 0, 1, -1], [0, 0, 1, 1]] 
 

SEE ALSO: CgMultiplicity